summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/system/etc/systemd/system/firstboot.service
blob: a21ad6199f8be08acf887eb4e475874ebcca7b33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Initialization of bwLehrpool on first boot
ConditionFileIsExecutable=/root/installer/rclocal_script.sh
After=network.target mysql.service

[Service]
Type=oneshot
ExecStart=/root/installer/rclocal_script.sh
RemainAfterExit=yes
RefuseManualStart=yes

[Install]
WantedBy=multi-user.target