summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data/etc/systemd/system
diff options
context:
space:
mode:
authorroot2013-06-03 17:34:24 +0200
committerroot2013-06-03 17:34:24 +0200
commit79938062f218767d03b713db88cdca41543f5924 (patch)
tree89d5e2f288d7736401b34f8ccd57c6acb6d4257e /remote/modules/vmchooser/data/etc/systemd/system
parent[kernel] Fix aufs3 patching (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-79938062f218767d03b713db88cdca41543f5924.tar.gz
tm-scripts-79938062f218767d03b713db88cdca41543f5924.tar.xz
tm-scripts-79938062f218767d03b713db88cdca41543f5924.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmchooser/data/etc/systemd/system')
l---------remote/modules/vmchooser/data/etc/systemd/system/graphical.target.wants/vmchooser.service1
-rw-r--r--remote/modules/vmchooser/data/etc/systemd/system/vmchooser.service9
2 files changed, 10 insertions, 0 deletions
diff --git a/remote/modules/vmchooser/data/etc/systemd/system/graphical.target.wants/vmchooser.service b/remote/modules/vmchooser/data/etc/systemd/system/graphical.target.wants/vmchooser.service
new file mode 120000
index 00000000..ad1590e8
--- /dev/null
+++ b/remote/modules/vmchooser/data/etc/systemd/system/graphical.target.wants/vmchooser.service
@@ -0,0 +1 @@
+../vmchooser.service \ No newline at end of file
diff --git a/remote/modules/vmchooser/data/etc/systemd/system/vmchooser.service b/remote/modules/vmchooser/data/etc/systemd/system/vmchooser.service
new file mode 100644
index 00000000..001d90f3
--- /dev/null
+++ b/remote/modules/vmchooser/data/etc/systemd/system/vmchooser.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Sets up the vmchooser environment
+Wants=graphical.target
+Before=graphical.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/etc/openslx/vmchooser/vmchooser-env