snac2/examples/snac.service
2022-10-04 11:13:21 +02:00

18 lines
354 B
Desktop File

[Unit]
Description=snac daemon
[Service]
Type=simple
Restart=always
RestartSec=5
ExecStart=/usr/local/bin/snac httpd /PATH/TO/SNAC/BASEDIR
[Install]
WantedBy=default.target
# This is a systemd user service example. Edit and run:
#
# cp snac.service ~/.config/systemd/user/
# systemctl --user enable snac.service
# systemctl --user start snac.service