Merge pull request #2889 from Sparticuz/fix-systemd-debug-service

After= should be in Unit, not Service
This commit is contained in:
fewtarius 2024-02-14 12:56:54 -05:00 committed by GitHub
commit 83266b8029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
diff -rupN systemd-stable-255.2.orig/units/debug-shell.service.in systemd-stable-255.2/units/debug-shell.service.in diff -rupN systemd-stable-253.16.orig/units/debug-shell.service.in systemd-stable-253.16/units/debug-shell.service.in
--- systemd-stable-255.2.orig/units/debug-shell.service.in 2024-01-11 16:27:39.642715624 +0000 --- systemd-stable-253.16.orig/units/debug-shell.service.in 2024-01-26 14:53:42.000000000 -0500
+++ systemd-stable-255.2/units/debug-shell.service.in 2024-01-11 16:30:46.928752182 +0000 +++ systemd-stable-253.16/units/debug-shell.service.in 2024-02-14 12:25:50.660872467 -0500
@@ -24,6 +24,7 @@ StandardInput=tty @@ -13,6 +13,7 @@ Documentation=man:systemd-debug-generato
TTYPath={{DEBUGTTY}} DefaultDependencies=no
TTYReset=yes IgnoreOnIsolate=yes
TTYVHangup=yes ConditionPathExists={{DEBUGTTY}}
+After=locale.service +After=locale.service
KillMode=process
IgnoreSIGPIPE=no [Service]
# bash ignores SIGTERM Environment=TERM=linux