diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-07-29 16:41:25 -0500 |
---|---|---|
committer | William Hubbs <william.hubbs@sony.com> | 2019-07-29 17:39:11 -0500 |
commit | a71aebcae123d2684c4a326559749bc94b2796be (patch) | |
tree | 4ce754c68b704d52c46440cc00fbd4af3d31f5ea /init.d | |
parent | 61596b16d228c15888033da3b4138c1e405e1cb9 (diff) |
init.d/agetty: provide the getty virtual service
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 a9606bf2..e4866f7a 100644 --- a/init.d/agetty.in +++ b/init.d/agetty.in @@ -21,6 +21,7 @@ pidfile="/run/${RC_SVCNAME}.pid" depend() { after local keyword -prefix + provide getty } start_pre() { |