Files
webmin/webmin-systemd
2022-04-23 02:52:34 +03:00

14 lines
233 B
Plaintext
Executable File

[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