mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 18:11:15 +00:00
12 lines
185 B
SYSTEMD
12 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=First Boot Process
|
||
|
Requires=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/etc/confluent/firstboot.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|