c341a03404
i.e., only the specified jobs are rebuilt and restarted. Example: $ test/test-upstart-job.sh udev will rebuild and restart just the udev service. This is useful e.g. when making changes to the udev package, which would normally entail rebuilding lots of other services as well (e.g. the X service might depend on KDE, which depends on HAL, which depends on udev...). It's implemented by making a copy of the current /etc/event.d in /tmp/event.d, then replacing only those jobs indicated on the command line, symlinking /etc/event.d to /tmp/event.d, and restarting init. svn path=/nixos/trunk/; revision=12217 |
||
---|---|---|
.. | ||
test-upstart-job.sh |