12 lines
198 B
SYSTEMD
12 lines
198 B
SYSTEMD
|
[Unit]
|
||
|
Description=schnutibox
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=schnutibox
|
||
|
Group=schnutibox
|
||
|
ExecStart=/usr/local/bin/schnutibox run -c /etc/schnutibox/schnutibox.yml
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|