13 lines
321 B
Desktop File
13 lines
321 B
Desktop File
[Unit]
|
|
Description=Prepare the system after installation
|
|
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
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/zabbix/init_zabbix.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|