summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/systemd')
-rw-r--r--remote/modules/systemd/data/usr/lib/systemd/system/getty@.service2
-rw-r--r--remote/modules/systemd/systemd-openslx.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service
index 3586e04a..2d2940e1 100644
--- a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service
+++ b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service
@@ -25,7 +25,7 @@ IgnoreOnIsolate=yes
ConditionPathExists=/dev/tty0
[Service]
-ExecStartPre=-/opt/openslx/usr/bin/killall fbsplash
+ExecStartPre=-/opt/openslx/bin/killall fbsplash
# the VT is cleared by TTYVTDisallocate
ExecStart=-/sbin/agetty --noclear %I 38400 linux
Type=idle
diff --git a/remote/modules/systemd/systemd-openslx.patch b/remote/modules/systemd/systemd-openslx.patch
index 36de20b0..ef6cb542 100644
--- a/remote/modules/systemd/systemd-openslx.patch
+++ b/remote/modules/systemd/systemd-openslx.patch
@@ -5,10 +5,10 @@
setenv("PATH",
#ifdef HAVE_SPLIT_USR
- "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
-+ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ":/opt/openslx/usr/sbin:/opt/openslx/usr/bin:/opt/openslx/sbin:/opt/openslx/bin",
++ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ":/opt/openslx/sbin:/opt/openslx/bin",
#else
- "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
-+ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ":/opt/openslx/usr/sbin:/opt/openslx/usr/bin:/opt/openslx/sbin:/opt/openslx/bin",
++ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ":/opt/openslx/sbin:/opt/openslx/bin",
#endif
arg_running_as == SYSTEMD_SYSTEM);