just for reference, but I think i'm not going to use it, here is an
upstart job for rc.local.d scripts:

# rc-local-d - run scripts in /etc/rc.local.d in run-parts fashion
#              after /etc/rc.local has finished
#
# This extends traditional rc.local to support run-parts

description "run scripts in /etc/rc.local.d at traditional rc.local timeframe"
author      "Scott Moser <[email protected]>"

start on stopped rc RUNLEVEL=[2345]
stop on runlevel [016]

console output
task
script
   command -v run-parts >/dev/null || exit 0
   [ -d /etc/rc.local.d ] || exit 0
   exec run-parts /etc/rc.local.d
end script

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/915215

Title:
  rc.local should support a runparts of rc.local.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/915215/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to