From ae928016bf637b26326ec335b10898c6c2b0e4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Silva?= Date: Fri, 2 Jun 2017 15:48:13 -0300 Subject: Import some files from pbot-ng project and branding this project to hyperbot --- contrib/systemd/hyperbot.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/systemd/hyperbot.service (limited to 'contrib/systemd/hyperbot.service') diff --git a/contrib/systemd/hyperbot.service b/contrib/systemd/hyperbot.service new file mode 100644 index 0000000..02af8c0 --- /dev/null +++ b/contrib/systemd/hyperbot.service @@ -0,0 +1,10 @@ +[Unit] +Description=The #hyperbola bot + +[Service] +ExecStart=/srv/hyperbot/hyperbot start +ExecStop=/srv/hyperbot/hyperbot stop +User=hyperbot + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3