aboutsummaryrefslogtreecommitdiff
path: root/sh/runscript.sh.in
AgeCommit message (Expand)Author
2012-01-29cgroups: only create the cgroup when the service is being startedWilliam Hubbs
2012-01-28Use "checkpath -W" instead of dir_writable()Christian Ruppert
2012-01-28Check if /sys/fs/cgroup/openrc is writableChristian Ruppert
2012-01-26cgroups: add all services to the openrc cgroupWilliam Hubbs
2012-01-22Make checks for writable directory posix compliantWilliam Hubbs
2012-01-17drop the extra --pidfile optionWilliam Hubbs
2012-01-17Use the "--make-pidfile" when command_background is usedChristian Ruppert
2011-12-31Add "retry" option for the stop() templateChristian Ruppert
2011-12-19cgroups: remove references to the "openrc" cgroupWilliam Hubbs
2011-12-11Allow init scripts to be executed with a relative pathWilliam Hubbs
2011-11-20CGroups: create the openrc cgroup hierarchyWilliam Hubbs
2011-11-18CGroups: /sys/fs/cgroups should be a tmpfsWilliam Hubbs
2011-11-18CGroups: fix group initializationWilliam Hubbs
2011-11-17CGroups: finish initializing the CGroupWilliam Hubbs
2011-11-17Change RC_CGROUP to lower caseWilliam Hubbs
2011-11-17Add CGroup supportPatrick Lauer
2011-11-16add support for extra_stopped_commandsWilliam Hubbs
2011-11-02Make sure we load external scripts before using eerrorWilliam Hubbs
2011-10-16fix random typosMike Frysinger
2011-09-18runscript: simplify livecd-functions.sh loadingMike Frysinger
2011-07-31Improve processing of service directories and conf.d filesWilliam Hubbs
2011-07-26Runscript: print deprecation warning for opts variableWilliam Hubbs
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-05-11do not run services if openrc did not boot the systemWilliam Hubbs
2011-01-17more whitespace cleanupMike Frysinger
2011-01-12bug 351160: make openrc exit codes LSB compliantEray Aslan
2011-01-12bug 328675: add error checking to runscript.shWilliam Hubbs
2010-02-20Fix rc_${rc_svcname}_need.Roy Marples
2009-09-04Allow init scripts to show their dependencies easierRoy Marples
2009-05-26We need to use eval so we can pass "*" as an argument.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-27Allow templates to define a stop signalRoy Marples
2009-04-26Stop using needless {} in varsRoy Marples
2009-04-18Allow user to provide custom status function and still hook into the system oneRoy Marples
2009-04-18Move status to runscript.sh so init scripts can override it, #159Roy Marples
2008-04-26Always define template start/stop functions so that the real script name isn'...Roy Marples
2008-04-21Fix logic for templates.Roy Marples
2008-04-21Punt is_function in favour of POSIX shell builtin command, thanks to Harald v...Roy Marples
2008-04-18We should check type output to ensure that we're really calling a shell funct...Roy Marples
2008-03-25Try and fix more prefix stuff.Roy Marples
2008-03-19SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples
2008-03-19Add rc-service and update all softlevel refs to runlevel.Roy Marples
2008-03-11RC_SERVICE now points to the service file, so daemons can recall us directly.Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples
2008-03-02Ensure that our scripts call prefixed runscript.Roy Marples
2008-02-27Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples