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