2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 01:53:28 +00:00
confluent/confluent_osdeploy/el9-diskless/profiles/default/scripts/firstboot.service

12 lines
189 B
SYSTEMD
Raw Normal View History

2022-06-06 17:18:37 +00:00
[Unit]
Description=First Boot Process
Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/opt/confluent/bin/firstboot.sh
[Install]
WantedBy=multi-user.target