13 lines
223 B
SYSTEMD
13 lines
223 B
SYSTEMD
|
[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
|