mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
[Unit]
|
|
Description=Webmin server daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=WEBMIN_CONFIG/.start-init
|
|
ExecStop=WEBMIN_CONFIG/.stop-init
|
|
ExecReload=WEBMIN_CONFIG/.reload-init
|
|
PIDFile=WEBMIN_VAR/miniserv.pid
|
|
Type=forking
|
|
Restart=always
|
|
RestartSec=2s
|
|
OOMPolicy=kill
|
|
OOMScoreAdjust=-100
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|