mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
ttyrun-getty: Avoid conflicts with serial-getty@
Starting ttyrun-getty@ will fail as it conflicts with the serial-getty@ service. Add Conflicts= option to avoid any conflicts. Fixes: https://github.com/ibm-s390-linux/s390-tools/issues/105 Suggested-by: Dan Horák <dan@danny.cz> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -16,7 +16,7 @@ After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=rc-local.service
|
||||
Before=getty.target
|
||||
IgnoreOnIsolate=yes
|
||||
|
||||
Conflicts=serial-getty@%i.service
|
||||
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
|
||||
Reference in New Issue
Block a user