evolinux-base: fix alert5.service dependency syntax

This commit is contained in:
Jérémy Lecour 2021-10-29 07:52:22 +02:00 committed by Jérémy Lecour
parent 0247216429
commit 6cf8195744
2 changed files with 3 additions and 2 deletions

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