summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/slxadmin/etc/systemd/system/slxadmin-boot.service
blob: ede9d4359ffa6c76a16aa39a22f8b40f19d82b43 (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 network-online.target taskmanager.service
Wants=network-online.target taskmanager.service

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

[Install]
WantedBy=multi-user.target