summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* rc/checkpath: tmpfiles.d backend creation codeRobin H. Johnson2012-01-09
| | | | | | | | | | This commit provides the checkpath applet with feature parity to systemd's tmpfiles.c create_item function. Very similarly to the systemd function, it does NOT do any of the cleanup work in this function. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Reword the documentation for the retry option for start-stop-daemonWilliam Hubbs2011-12-30
|
* Reword retry documentation on runscript man pageWilliam Hubbs2011-12-30
|
* Fix the description of --retry in start-stop-daemon(8)Christian Ruppert2011-12-31
| | | | | | X-Gentoo-Bug: 368615 X-Gentoo-Bug-URL: https://bugs.gentoo.org/368615 Reported-by: Stuart Shelton <srcshelton@gmail.com>
* Add "retry" option for the stop() templateChristian Ruppert2011-12-31
|
* Documentation updatesWilliam Hubbs2011-12-30
| | | | | | - Clarify that start_stop_daemon_args is only used when starting a daemon. - fix several typos.
* Document start_stop_daemon_argsChristian Ruppert2011-12-30
|
* Allow init scripts to be executed with a relative pathWilliam Hubbs2011-12-11
| | | | | | | | | | This was a regression that was caused by the fix for http://bugs.gentoo.org/show_bug.cgi?id=350910. I am reverting the commit that we said fixed that bug and re-opening it. Reported-By: Nathaniel <nathaniel@paust.us X-Gentoo-Bug: 392457 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=392457
* make shell math operations style more succulentMike Frysinger2011-11-19
| | | | | | | | | | | Convert the style: var=$((${var} + 1)) to: : $(( var += 1 )) The latter is easier to read imo. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add support for extra_stopped_commandsWilliam Hubbs2011-11-16
|
* Libeinfo: do not suppress ewarn() messagesWilliam Hubbs2011-08-22
| | | | | | | | | | The ewarn() function was affected by the EINFO_QUIET environment variable which lead to warning messages being suppressed. Warnings should not be suppressed. Reported-by: Hanno Boeck <hanno@gentoo.org> X-Gentoo-Bug: 380073 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=380073
* Improve processing of service directories and conf.d filesWilliam Hubbs2011-07-31
| | | | | | | | | | | symbolic links should not be followed in an attempt to work out the name of the service we are running. Also, @sysconfdir@/conf.d should be tried as a backup directory for configuration files. I would like to thank Robin Johnson for his input on this change. X-Gentoo-Bug: 350910 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=350910
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* clarify documentation for -timeout keywordWilliam Hubbs2011-04-08
|
* Update manpage for mention of rc_sys purpose.Robin H. Johnson2011-01-05
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Document the order of the services within rc-status output.Robin H. Johnson2011-01-05
|
* random spelling fixesMike Frysinger2010-01-08
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* start-stop-daemon can now set process IO scheduling.Roy Marples2009-12-14
|
* Add support for Linux Containers, fixes #202.Roy Marples2009-11-04
| | | | Patch by bug reporter.
* fix wait time for gentoo bug 288495William Hubbs2009-10-15
| | | | The wait time was in seconds. This patch converts it to milliseconds.
* Add -P to start-stop-daemon to display a . for each second elapsed.Roy Marples2009-09-04
| | | | Fixes #197.
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* TypoRoy Marples2009-05-02
|
* Add runlevel stacking, #88Roy Marples2009-05-02
| | | | | This implementation has the limitation that you cannot have a stacked runlevel and service of the same name in a runlevel.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Add -i, --ifexists so that we can do thisRoy Marples2009-05-01
| | | | | | rc-sercice -i foo -- restart instead of this rc-service -e foo && rc-service foo -- restart
* Add -Z, --dry-run option to show which services we would start/stopRoy Marples2009-04-30
| | | | | without actually doing so. Fixes #151.
* Go back to gitRoy Marples2009-04-30
|
* Add the noshutdown keyword to special case the shutdown.Roy Marples2009-04-27
|
* Add the nostop keyword so that we don't stop the network init script by default.Roy Marples2009-04-26
|
* rc-status -c now lists services that have crashed.Roy Marples2009-04-24
| | | | | | | It returns 0 if there are crashed services, otherwise 1. This it easy to restart crashed services automatically. More for #120.
* Document -i, --interpreted flag.Roy Marples2009-04-22
|
* -w, --wait secondsRoy Marples2009-04-19
| | | | | | | | | New option so you can set the number of seconds to wait for and check the daemon is still running. The old code that periodically polled wasn't that reliable - in this case simpler == better. Fixes #160
* Typo, thanks to Polynomial-CRoy Marples2009-03-05
|
* Typo, #150Roy Marples2009-02-13
| | | | | Thanks to betelgeuse
* Don't allow SYSVINIT parameters through anymore.Roy Marples2009-01-13
| | | | | | RC_REBOOT is now yes when rebooting. Document the special reboot runlevel.
* We now warn about clock skewsRoy Marples2009-01-12
| | | | | | rc-update -u will force a regen of the dep tree rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime
* Document the --chuid option.Roy Marples2009-01-01
|
* Typo.Roy Marples2008-12-30
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* More Typos.Roy Marples2008-11-04
|
* TypoRoy Marples2008-11-04
|
* --nice is -N, not -n. Also, correct default timeout.Roy Marples2008-11-03
|
* Add a new shutdown runlevel, Gentoo #224537.Roy Marples2008-11-03
| | | | | | | Split halt.sh into halt, killprocs, romount and savecache services. The reboot runlevel is removed but mapped to shutdown. The halt script should be moved to the sysvinit package.
* Remove sysvinit specific code.Roy Marples2008-10-27
| | | | | | | | The runlevels shutdown, reboot, sysinit and single should be called by init(8) and shutdown(8) and not manually. sysvinit users will have to add sulogin to their inittab to secure the console.
* Stop ssd from waiting by default - most daemons are good now.Roy Marples2008-09-26
|
* Document the --verbose option.Roy Marples2008-09-22
|
* s-s-d now handles interpreted daemons more easily.Roy Marples2008-09-22
|
* Style.Roy Marples2008-09-19
|
* Document the limitation of symlinking services outside of the service ↵Roy Marples2008-09-19
| | | | directory, Gentoo #237263.