diff options
Diffstat (limited to 'src/librc.c')
-rw-r--r-- | src/librc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librc.c b/src/librc.c index 9bd89cd9..5b815720 100644 --- a/src/librc.c +++ b/src/librc.c @@ -257,9 +257,6 @@ bool rc_service_in_runlevel (const char *service, const char *runlevel) if (! runlevel || ! service) return (false); - if (! rc_service_exists (service)) - return (false); - svc = rc_xstrdup (service); file = rc_strcatpaths (RC_RUNLEVELDIR, runlevel, basename (svc), (char *) NULL); |