summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/slxadmin-boot.service
blob: 21bdf519c2acff58c36d464b6ae1c2e71a685555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Trigger init hooks of slx-admin
RefuseManualStart=yes
Before=lighttpd.service
After=mariadb.service mysql.service network.target taskmanager.service
Wants=network-online.target

[Service]
Type=oneshot
ExecStart=/opt/openslx/slxadmin-bootscript

[Install]
WantedBy=multi-user.target