Ajout de zabbix-init.service
This commit is contained in:
12
zabbix/zabbix-init.service
Normal file
12
zabbix/zabbix-init.service
Normal 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
|
Reference in New Issue
Block a user