update to 2.101 [release 2.101-1mamba;Thu Aug 10 2023]
This commit is contained in:
parent
3fdc798e41
commit
d4e101c17e
@ -1,13 +1,19 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Webmin server daemon
|
Description=Webmin server daemon
|
||||||
After=syslog.target
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/etc/webmin/.start-init
|
Environment="PERLLIB=/usr/share/webmin"
|
||||||
ExecStop=/etc/webmin/.stop-init
|
ExecStart=/usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf
|
||||||
|
ExecStop=/usr/bin/kill $MAINPID
|
||||||
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||||
PIDFile=/var/log/webmin/miniserv.pid
|
PIDFile=/var/log/webmin/miniserv.pid
|
||||||
Type=forking
|
Type=forking
|
||||||
KillMode=none
|
Restart=always
|
||||||
|
RestartSec=2s
|
||||||
|
TimeoutSec=15s
|
||||||
|
TimeoutStopSec=300s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: webmin
|
Name: webmin
|
||||||
Version: 2.100
|
Version: 2.101
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -154,6 +154,9 @@ fi
|
|||||||
%doc LICENCE
|
%doc LICENCE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.101-1mamba
|
||||||
|
- update to 2.101
|
||||||
|
|
||||||
* Tue Jul 25 2023 Automatic Build System <autodist@mambasoft.it> 2.100-1mamba
|
* Tue Jul 25 2023 Automatic Build System <autodist@mambasoft.it> 2.100-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user