diff options
Diffstat (limited to 'system/openrc/openrc.post-install')
-rw-r--r-- | system/openrc/openrc.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/openrc/openrc.post-install b/system/openrc/openrc.post-install index 0f6572ef7..9632de2ee 100644 --- a/system/openrc/openrc.post-install +++ b/system/openrc/openrc.post-install @@ -1,6 +1,6 @@ #!/bin/sh -if [ -d /etc/runlevels ]; then +if [ -d /etc/runlevels/sysinit ]; then exit 0 fi |