summaryrefslogtreecommitdiffstats
path: root/remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service')
-rw-r--r--remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service b/remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service
new file mode 100644
index 00000000..281e1ab4
--- /dev/null
+++ b/remote/modules/pvs2/data/etc/systemd/system/pvsmgr.service
@@ -0,0 +1,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
+