I have a list of services which I do not start at boot
(disabled through update-rc.d), but after a certain encrypted
partition is mounted (boot may happen unattented and I prefer to have
a subset of services running in that case, rather than no service at
all)

Now in my script I use a 
for service in $SERVICE_LIST;do
   service $service start
done

Is it possible to start them with startpar, with a dependency file
(they only appear in .depend.stop, thus it seems I do not have the
dependencies info)



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140422140806.ga5...@rail.eu.org

Reply via email to