]> Pileus Git - mkinit/commitdiff
Add some more deps for cron and munged
authorAndy Spencer <andy753421@gmail.com>
Wed, 28 Aug 2013 04:48:56 +0000 (04:48 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 28 Aug 2013 04:48:56 +0000 (04:48 +0000)
services.mk

index 3e915001e563f206bafb72a9c7394e1b2397d787..d20f27ae2a908d6233ff36f3bab5071b12aa5071 100644 (file)
@@ -153,7 +153,9 @@ sysctl-start:VPservice -u: mounts-start
 at-start_cmd=atd
 at-stop_cmd=pkill atd
 
-cron-start_cmd=cron
+cron-start:VPservice -u: localhost-start fsclean-start
+       $P cron
+       service -U $target
 cron-stop_cmd=pkill cron
 
 hddtemp-start_cmd=hddtemp -d
@@ -265,7 +267,7 @@ mailman-start_cmd=sudo -u mailman -g mailman \
 mailman-stop_cmd=sudo -u mailman -g mailman \
        /usr/lib64/mailman/bin/mailmanctl stop
 
-munged-start:VPservice -u: boot
+munged-start:VPservice -u: localhost-start mounts-start
        $P install -o munge -g munge -d /var/run/munge
        $P sudo -u munge -g munge munged
        service -U $target