You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
321 B
13 lines
321 B
[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
|