helper-scripts/zabbix/zabbix-init.service

13 lines
321 B
SYSTEMD
Raw Permalink Normal View History

2020-04-28 23:20:17 +02:00
[Unit]
Description=Prepare the system after installation
2020-04-28 23:20:17 +02:00
Wants=mariadb.service
After=mariadb.service
Before=getty@tty1.service getty@tty2.service getty@rrt3.service getty@tty4.service getty@tty5.service getty@tty6.service
2020-04-28 23:20:17 +02:00
[Service]
Type=oneshot
ExecStart=/etc/zabbix/init_zabbix.sh
[Install]
WantedBy=multi-user.target