diff options
Diffstat (limited to 'systemd/watbot@.service')
-rw-r--r-- | systemd/watbot@.service | 13 |
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 |