Files
webserv/initrc/webservd.service.in
Олег Бородин e18bc7beef initial import
2024-01-16 09:02:47 +02:00

13 lines
193 B
SYSTEMD

[Unit]
Description=webservd
[Service]
Type=forking
PIDFile=@srv_rundir@/webservd.pid
ExecStart=@prefix@/sbin/webservd
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target