summaryrefslogtreecommitdiffstats
path: root/systemd/watbot@.service
diff options
context:
space:
mode:
authorGeorg2021-07-21 12:34:32 +0200
committerGeorg2021-07-21 12:34:32 +0200
commit6410fd8d58e250a877a0bcdab06184e45e707c65 (patch)
tree5e906079ed4d34c928722aba17225b2894f4f293 /systemd/watbot@.service
parent75f52375c9fbb8c9ee0358beb6ed7a81de511d5e (diff)
downloadsystem-6410fd8d58e250a877a0bcdab06184e45e707c65.tar.gz
system-6410fd8d58e250a877a0bcdab06184e45e707c65.tar.bz2
system-6410fd8d58e250a877a0bcdab06184e45e707c65.zip
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/watbot@.service')
-rw-r--r--systemd/watbot@.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/watbot@.service b/systemd/watbot@.service
new file mode 100644
index 0000000..6dc2f58
--- /dev/null
+++ b/systemd/watbot@.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=watbot for %i
+Wants=network.target
+
+[Service]
+User=watbot
+Group=watbot
+ExecStart=/opt/watbot/watbot-%i.sh
+Restart=always
+RestartSec=15
+
+[Install]
+WantedBy=multi-user.target