How to use startpar ?
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)
Reply to: