summaryrefslogtreecommitdiffstats
path: root/remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service
blob: 281e1ab497af0d2c57befe0cef20d817b46636a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Fetch up to date pvsmgr config
DefaultDependencies=no
After=tmp.target
Wants=tmp.target
Before=graphical.target

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-pvsmgr
RemainAfterExit=yes