diff options
author | Kay Sievers <kay@vrfy.org> | 2014-06-12 22:26:43 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-06-12 22:26:43 +0200 |
commit | 0138a2dcc50d261ea3512b0eaca2c6e9d4a807f0 (patch) | |
tree | 7a0d0a7cb3bb1a940031b607f2e236e34198a764 /units | |
parent | udev: assign group "input" to all input devices (diff) | |
download | systemd-0138a2dcc50d261ea3512b0eaca2c6e9d4a807f0.tar.xz systemd-0138a2dcc50d261ea3512b0eaca2c6e9d4a807f0.zip |
debug-shell: add condition for tty device to run on
Diffstat (limited to 'units')
-rw-r--r-- | units/debug-shell.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index a6acad3ec5..59f6e494b3 100644 --- a/units/debug-shell.service.in +++ b/units/debug-shell.service.in @@ -10,6 +10,7 @@ Description=Early root shell on @DEBUGTTY@ FOR DEBUGGING ONLY Documentation=man:sushell(8) DefaultDependencies=no IgnoreOnIsolate=yes +ConditionPathExists=@DEBUGTTY@ [Service] Environment=TERM=linux |