summaryrefslogtreecommitdiff
path: root/community/yaws/yaws.service
blob: b0f1ee144ed384dbf72e1309f28f0ad3a250b525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Fast lightweight webserver
After=syslog.target network.target

[Service]
Type=forking
GuessMainPID=no
ExecStart=/usr/bin/yaws --daemon --heart
ExecReload=/usr/bin/yaws --hup
ExecStop=/usr/bin/yaws --stop

[Install]
WantedBy=multi-user.target