mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
systemd: Fix deprecated BindTo usage in ttyrun-getty@.service.in
BindTo was renamed to BindsTo in systemd back in v187 from July 2012. Fixes: #1 Signed-off-by: Philipp Kern <pkern@debian.org> Acked-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
committed by
Michael Holzheu
parent
2e8ad91d3d
commit
39382ec5fd
@@ -11,7 +11,7 @@
|
||||
[Unit]
|
||||
Description=TTYRun on %I
|
||||
Documentation=man:ttyrun(8) man:agetty(8)
|
||||
BindTo=dev-%i.device
|
||||
BindsTo=dev-%i.device
|
||||
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=rc-local.service
|
||||
Before=getty.target
|
||||
|
||||
Reference in New Issue
Block a user