diff options
| author | root | 2013-06-03 17:34:24 +0200 |
|---|---|---|
| committer | root | 2013-06-03 17:34:24 +0200 |
| commit | 79938062f218767d03b713db88cdca41543f5924 (patch) | |
| tree | 89d5e2f288d7736401b34f8ccd57c6acb6d4257e /remote/modules/vmchooser/data/etc/systemd/system | |
| parent | [kernel] Fix aufs3 patching (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-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.service | 1 | ||||
| -rw-r--r-- | remote/modules/vmchooser/data/etc/systemd/system/vmchooser.service | 9 |
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 |
