mirror of
https://github.com/webmin/webmin.git
synced 2026-05-16 03:40:26 +01:00
14 lines
233 B
Plaintext
Executable File
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
|