helper-scripts/zabbix/zabbix-init.service

13 lines
223 B
SYSTEMD
Raw Normal View History

2020-04-28 23:20:17 +02:00
[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