2020-05-14 19:47:08 +00:00
|
|
|
[Unit]
|
|
|
|
Description=First Boot Process
|
|
|
|
Requires=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
2020-12-14 20:06:04 +00:00
|
|
|
ExecStart=/opt/confluent/bin/firstboot.sh
|
2020-05-14 19:47:08 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|