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