blob: 399c1f89a65035b3288541aac062087256082636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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
|