2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 10:02:04 +00:00
confluent/confluent_osdeploy/el7/profiles/default/scripts/firstboot.service

12 lines
189 B
SYSTEMD
Raw Normal View History

2020-07-23 16:29:43 +00:00
[Unit]
Description=First Boot Process
Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/opt/confluent/bin/firstboot.sh
2020-07-23 16:29:43 +00:00
[Install]
WantedBy=multi-user.target