fix systemd service [release 1.994-2mamba;Fri Jun 03 2022]
This commit is contained in:
parent
aaaa547825
commit
f77f472e04
@ -1,12 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Webmin
|
Description=Webmin server daemon
|
||||||
|
After=syslog.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
ExecStart=/etc/webmin/.start-init
|
||||||
RemainAfterExit=yes
|
ExecStop=/etc/webmin/.stop-init
|
||||||
ExecStart=/etc/webmin/start
|
PIDFile=/var/log/webmin/miniserv.pid
|
||||||
ExecStop=/etc/webmin/stop
|
Type=forking
|
||||||
ExecReload=/etc/webmin/reload
|
KillMode=none
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: webmin
|
Name: webmin
|
||||||
Version: 1.994
|
Version: 1.994
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A web-based interface for system administration for Unix
|
Summary: A web-based interface for system administration for Unix
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -143,6 +143,9 @@ fi
|
|||||||
%doc LICENCE
|
%doc LICENCE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.994-2mamba
|
||||||
|
- fix systemd service
|
||||||
|
|
||||||
* Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 1.994-1mamba
|
* Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 1.994-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user