2020-07-23 12:29:43 -04:00
|
|
|
[Unit]
|
|
|
|
Description=First Boot Process
|
|
|
|
Requires=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
2021-04-23 09:08:50 -04:00
|
|
|
ExecStart=/opt/confluent/bin/firstboot.sh
|
2020-07-23 12:29:43 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|