2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00
confluent/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/onboot.service

12 lines
189 B
SYSTEMD
Raw Permalink Normal View History

2024-07-23 13:32:20 +00:00
[Unit]
Description=Confluent onboot hook
Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/opt/confluent/bin/onboot.sh
[Install]
WantedBy=multi-user.target