diff options
author | Bill Nottingham <notting@redhat.com> | 2012-01-30 16:39:37 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-01-30 16:39:37 -0500 |
commit | 2a7f2f455c271d4eef1018601a75e1a87c4eee0b (patch) | |
tree | e48286383131bec74515b73427ab10687e385781 /systemd | |
parent | 5dbcb0fe678477fa7e08a2b9b3b33208eba9f245 (diff) | |
download | initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar.gz initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar.bz2 initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar.xz initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.zip |
Drop StandardInput=tty (#785662)
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/system/fedora-readonly.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/system/fedora-readonly.service b/systemd/system/fedora-readonly.service index eca197f0..8dcd0796 100644 --- a/systemd/system/fedora-readonly.service +++ b/systemd/system/fedora-readonly.service @@ -9,5 +9,4 @@ After=remount-rootfs.service ExecStart=/lib/systemd/fedora-readonly Type=oneshot TimeoutSec=0 -StandardInput=tty RemainAfterExit=yes |