Release 22.01 #142

Merged
jlecour merged 189 commits from unstable into stable 2022-01-25 18:30:09 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 6cf8195744 - Show all commits

View file

@ -26,6 +26,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed
* evolinux-base: fix alert5.service dependency syntax
* mysql : Create a default ~root/.my.cnf for compatibility reasons
* nginx : fix variable name and debug to actually use nginx-light
* packweb-apache : Support php 8.0

View file

@ -1,10 +1,10 @@
[Unit]
Description=Evolix alert5 script
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/share/scripts/alert5.sh
[Install]
WantedBy=multi-user.target
After=network.target
WantedBy=multi-user.target