mirror of
https://github.com/webmin/webmin.git
synced 2026-02-13 02:12:59 +00:00
14 lines
235 B
Plaintext
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
|