2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 11:01:09 +00:00
confluent/confluent_osdeploy/ubuntu18.04/profiles/default/scripts/firstboot.service

12 lines
189 B
SYSTEMD
Raw Normal View History

2023-04-07 19:45:31 +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