summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/slxadmin/etc/systemd/system/slxadmin-boot.service
blob: 34b015325eb14ce6fbfaa8596ec2c5551b09872e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
User=www-data
ExecStart=/opt/openslx/slxadmin-bootscript

[Install]
WantedBy=multi-user.target