mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
13 lines
248 B
SYSTEMD
13 lines
248 B
SYSTEMD
![]() |
[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
|