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