2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-13 19:27:51 +00:00

12 lines
189 B
SYSTEMD
Raw Normal View History

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