mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
261 B
Desktop File
13 lines
261 B
Desktop File
[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
|