summarylogtreecommitdiffstats
path: root/yaws.service
blob: 14bd9d22c29c06ce0a0db569d0950cd92f6bf49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Web server/framework written in Erlang
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