diff options
| author | Jonathan Bauer | 2013-07-31 17:22:48 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-31 17:22:48 +0200 |
| commit | 92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d (patch) | |
| tree | 201bc0f47d4ee6752749d730a857954390ce6f39 /remote/modules/systemd/data/etc | |
| parent | [pam] moved pam-script scripts to /opt/openslx/scripts (diff) | |
| download | tm-scripts-92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d.tar.gz tm-scripts-92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d.tar.xz tm-scripts-92d8e788e76ce30cb8cbf44a0eee59f3467a2a9d.zip | |
restructuring file paths a bit
Diffstat (limited to 'remote/modules/systemd/data/etc')
| -rw-r--r-- | remote/modules/systemd/data/etc/systemd/system/nfs-mount.service | 2 | ||||
| -rw-r--r-- | remote/modules/systemd/data/etc/systemd/system/udhcpc@.service | 2 |
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] |
