summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/system-base/etc/systemd/system/firstboot.service
blob: f19b51ae18e18dfe449ed7658cc75bed65542353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Initialization of bwLehrpool on first boot
ConditionFileIsExecutable=/opt/openslx/firstboot.sh
After=network.target mysql.service mariadb.service
Before=ssh.service lighttpd.service dmsd.service taskmanager.service

[Service]
Type=oneshot
ExecStart=/opt/openslx/firstboot.sh
RemainAfterExit=yes
RefuseManualStart=yes

[Install]
WantedBy=multi-user.target