summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/slxadmin/etc/systemd/system/slxadmin-boot.service
blob: 33220286f79d709a598945767bf027f366ef53b4 (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

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

[Install]
WantedBy=multi-user.target