Files
webmin/webmin-systemd
2022-04-30 16:53:13 +03:00

14 lines
235 B
Plaintext

[Unit]
Description=Webmin server daemon
After=syslog.target
[Service]
ExecStart=/etc/webmin/.start-init
ExecStop=/etc/webmin/.stop-init
PIDFile=/var/webmin/miniserv.pid
Type=forking
KillMode=none
[Install]
WantedBy=multi-user.target