summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data/etc
diff options
context:
space:
mode:
authorJonathan Bauer2013-08-01 16:58:44 +0200
committerJonathan Bauer2013-08-01 16:58:44 +0200
commitd480a569dc7a2106f702404b4a943f70c504e82a (patch)
treecda32a61c8ffb5f77da4109ed17b432ac7fd9350 /remote/modules/systemd/data/etc
parent[server] removed creation of config.tgz from generate_stage32 (diff)
downloadtm-scripts-d480a569dc7a2106f702404b4a943f70c504e82a.tar.gz
tm-scripts-d480a569dc7a2106f702404b4a943f70c504e82a.tar.xz
tm-scripts-d480a569dc7a2106f702404b4a943f70c504e82a.zip
adapted new naming conventions for all the scripts.
for our own systemd service files: use: service-file-name.service ex: /etc/systemd/system/setup-proxy.service ALL systemd services files need to be under /etc/systemd/system for our own scripts: use: tool-what_it_does ex: /opt/openslx/scripts/systemd-setup_proxy ALL our scripts under /opt/openslx/scripts
Diffstat (limited to 'remote/modules/systemd/data/etc')
-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 0d537e2a..d597fa4b 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/scripts/mountexport
+ExecStart=/opt/openslx/scripts/systemd-mount_export
diff --git a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service
index a7d6c324..0b198476 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/scripts/dhcp++ %I
+ExecStart=/opt/openslx/scripts/systemd-udhcpc++ %I
ExecStopPost=/bin/rm /run/udhcpc/udhcpc.%I.pid
[Install]