summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data
diff options
context:
space:
mode:
authorChristian Rößler2013-07-31 18:34:54 +0200
committerChristian Rößler2013-07-31 18:34:54 +0200
commit2b7ba89eae0adf30157a8a244016ae73c4887e44 (patch)
tree78ff6ad4a253bf1f4c610101aca0a0de266c8109 /remote/modules/systemd/data
parentReorganized: Script more robust (disk full or such will not break (diff)
parent[pam] removed old data dir... (diff)
downloadtm-scripts-2b7ba89eae0adf30157a8a244016ae73c4887e44.tar.gz
tm-scripts-2b7ba89eae0adf30157a8a244016ae73c4887e44.tar.xz
tm-scripts-2b7ba89eae0adf30157a8a244016ae73c4887e44.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd/data')
-rw-r--r--remote/modules/systemd/data/etc/systemd/system/nfs-mount.service2
-rw-r--r--remote/modules/systemd/data/etc/systemd/system/udhcpc@.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service b/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service
index a2f9dc54..0d537e2a 100644
--- a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service
+++ b/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service
@@ -4,4 +4,4 @@ Description=Mount NFS Share [TEST]
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/opt/openslx/bin/mountexport
+ExecStart=/opt/openslx/scripts/mountexport
diff --git a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service
index b9bbcbdd..a7d6c324 100644
--- a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service
+++ b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service
@@ -4,7 +4,7 @@ Description=DHCP Client
[Service]
Type=forking
PIDFile=/run/udhcpc/udhcpc.%I.pid
-ExecStart=/opt/openslx/bin/dhcp++ %I
+ExecStart=/opt/openslx/scripts/dhcp++ %I
ExecStopPost=/bin/rm /run/udhcpc/udhcpc.%I.pid
[Install]