system/systemd/watbot@.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

14 lines
192 B
Desktop File

[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