diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-31 16:21:28 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-03-31 16:21:28 -0500 |
commit | 55a87a30ec845eb725e8a923c8f8eb7aa75baa72 (patch) | |
tree | 12c47ee37d66768be2dd4e8fbbbd52d53b518acb /init.d | |
parent | a912029462ae988ab4e2a96a0958e54a3c2e822f (diff) |
init.d/agetty.in: add -prefix keyword
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/agetty.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/agetty.in b/init.d/agetty.in index 297733cb..d2ba9449 100644 --- a/init.d/agetty.in +++ b/init.d/agetty.in @@ -19,6 +19,7 @@ pidfile="/run/${RC_SVCNAME}.pid" depend() { after local + keyword -prefix } start_pre() { |