From d480a569dc7a2106f702404b4a943f70c504e82a Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 1 Aug 2013 16:58:44 +0200 Subject: 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 --- remote/modules/debug/data/etc/systemd/system/debug-shell.service | 1 - 1 file changed, 1 deletion(-) (limited to 'remote/modules/debug/data/etc') diff --git a/remote/modules/debug/data/etc/systemd/system/debug-shell.service b/remote/modules/debug/data/etc/systemd/system/debug-shell.service index fedd138d..6d50b3bd 100644 --- a/remote/modules/debug/data/etc/systemd/system/debug-shell.service +++ b/remote/modules/debug/data/etc/systemd/system/debug-shell.service @@ -12,7 +12,6 @@ DefaultDependencies=no IgnoreOnIsolate=yes [Service] -Environment=TERM=linux PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin:/opt/openslx/usr/sbin:/opt/openslx/usr/bin ExecStart=/bin/sh Restart=always RestartSec=0 -- cgit v1.2.3-55-g7522