units: make sure container-getty@.service stops restarting when the pts device it is bound to is gone

We only want to restart the getty as long as the pts device is still
around. As soon as it is gone, the service should be removed to.

http://lists.freedesktop.org/archives/systemd-devel/2014-December/026048.html
This commit is contained in:
Lennart Poettering 2014-12-09 02:12:11 +01:00
parent 088c357d13
commit 68ac53e62f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ After=rc-local.service
)m4_dnl
Before=getty.target
IgnoreOnIsolate=yes
ConditionPathExists=/dev/pts/%I
[Service]
ExecStart=-/sbin/agetty --noclear --keep-baud pts/%I 115200,38400,9600 $TERM