mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
12 lines
189 B
Desktop File
12 lines
189 B
Desktop File
[Unit]
|
|
Description=First Boot Process
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/confluent/bin/firstboot.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|