From 21071664079ab486f550ca4a91db601daad1adc6 Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 26 Mar 2022 21:47:05 +0800 Subject: [PATCH] Update readme and add relay.service --- README.md | 10 ++++++++++ relay.service | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 relay.service diff --git a/README.md b/README.md index 7199a68..6cb217a 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ a multi chan irc relay in python + +multi chan part doesn't actually show the chan though, I think + +use at your own risk + +in active development + +prone to netsplits + +I think that's al diff --git a/relay.service b/relay.service new file mode 100644 index 0000000..f16b7a4 --- /dev/null +++ b/relay.service @@ -0,0 +1,10 @@ +[Unit] +Description=hedy channel relay bot + +[Service] +ExecStart=/bin/sh -c 'cd /home/hedy/stuff/hedy-relay/; /bin/python3 main.py' + +[Install] +WantedBy=default.target + +