PKGBUILDs/community/yaws/yaws.service
2012-12-01 22:03:28 +00:00

13 lines
248 B
Desktop File

[Unit]
Description=A fast lightweight webserver.
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/bin/yaws --daemon --heart
ExecReload=/usr/bin/yaws --hup
ExecStop=/usr/bin/yaws --stop
[Install]
WantedBy=multi-user.target