14 lines
314 B
SYSTEMD
14 lines
314 B
SYSTEMD
|
[Unit]
|
||
|
Description=SupportChild Ticket Discord Bot
|
||
|
Documentation=https://toastielab.dev/toastie-stuff/SupportChild
|
||
|
After=network.target
|
||
|
Wants=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=supportchild
|
||
|
ExecStart=/usr/bin/supportchild --config /etc/supportchild/config.yml
|
||
|
Restart=no
|
||
|
Type=exec
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|