]> git.pld-linux.org Git - packages/systemd.git/blobdiff - systemd-sysv-convert
- plymouth support is just a set of files - build as subpackage; plymouth-devel not...
[packages/systemd.git] / systemd-sysv-convert
index 1c3f1a98ebe7b829b2311346a660dcd07454275c..6458b477a328afedfcac03621528d24709c0b71c 100644 (file)
@@ -6,7 +6,7 @@ import sys, os, argparse, errno
 def find_service(service, runlevel):
        priority = -1
 
-       for l in os.listdir("/etc/rc%i.d" % runlevel):
+       for l in os.listdir("/etc/rc.d/rc%i.d" % runlevel):
                if len(l) < 4:
                        continue
 
This page took 0.090172 seconds and 4 git commands to generate.