Fix to hide scripts that mustn't be run directly; fix bugs

This commit is contained in:
Ilia
2022-04-25 17:04:01 +03:00
parent dfbf80b3b1
commit d865737a45
6 changed files with 96 additions and 95 deletions

View File

@ -3,8 +3,8 @@ Description=Webmin server daemon
After=syslog.target
[Service]
ExecStart=/etc/webmin/start-init
ExecStop=/etc/webmin/stop-init
ExecStart=/etc/webmin/.start-init
ExecStop=/etc/webmin/.stop-init
PIDFile=/var/webmin/miniserv.pid
Type=forking
KillMode=none