Ajout de zabbix-init.service

This commit is contained in:
root
2020-04-28 23:20:17 +02:00
parent 19dad1c5aa
commit d9b2f97181
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[Unit]
# The script needs to execute after:
# network interfaces are configured
Wants=mariadb.service
After=mariadb.service
[Service]
Type=oneshot
ExecStart=/etc/zabbix/init_zabbix.sh
[Install]
WantedBy=multi-user.target