aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-13Add helper to spawn process with stdin connected to a pipeMike Gilbert
2018-06-05user-guide.md: small cleanupsWilliam Hubbs
2018-06-05service-script-guide.md: small cleanupsWilliam Hubbs
2018-06-05version 0.37William Hubbs
2018-05-31Update ChangeLogWilliam Hubbs
2018-05-30sh/supervise-daemon.sh: use start_stop_daemon_args if supervise_daemon_args i...Austin English
2018-05-22Logger: only log printable characters and newlinesWilliam Hubbs
2018-05-22openrc-run.sh: move crashed test outside started testWilliam Hubbs
2018-05-22Add mark_service_crashed binaryWilliam Hubbs
2018-05-22rc-misc: add the crashed stateWilliam Hubbs
2018-05-22librc: Add check for crashed stateWilliam Hubbs
2018-05-22librc: Add crashed stateWilliam Hubbs
2018-05-18Remove the _rc_can_find_pids functionWilliam Hubbs
2018-05-16rc-service: add --ifstarted and --ifstopped optionsWilliam Hubbs
2018-05-15Man: rc-service man page cleanupsWilliam Hubbs
2018-05-15rc-service: add -d/--debug and -D/--nodeps optionsWilliam Hubbs
2018-05-15openrc-run: respect the RC_NODEPS environment variableWilliam Hubbs
2018-05-15Add RC_DEBUG and RC_NODEPS to environment whitelistWilliam Hubbs
2018-05-14openrc-run: respect the IN_DRYRUN environment variableWilliam Hubbs
2018-05-14rc-misc.c: Add IN_DRYRUN to environment whitelistWilliam Hubbs
2018-05-14rc-service: add a --dry-run optionWilliam Hubbs
2018-05-11build: standardize installation modesWilliam Hubbs
2018-05-11Revert "savecache: stop saving the dependency tree"William Hubbs
2018-05-10Revert "Logger: only log printable characters and newlines"William Hubbs
2018-05-09Logger: only log printable characters and newlinesWilliam Hubbs
2018-05-07Remove localmount from dependencies for linux-only servicesWilliam Hubbs
2018-05-02start-stop-daemon: don't fail stopping if pidfile is goneAndrey Utkin
2018-05-01Add _POSIX_C_SOURCE definition to Linux buildWilliam Hubbs
2018-04-24typo fixWilliam Hubbs
2018-03-21rc-update: fix typoScall
2018-03-16init.d/modules: add code from modules-load serviceWilliam Hubbs
2018-03-16net-online: always start after netWilliam Hubbs
2018-03-14agetty.in: allow status to be displayedWilliam Hubbs
2018-03-14supervise-daemon: fix off-by-one errorWilliam Hubbs
2018-03-14Use _BSD_SOURCE on FreeBSDWilliam Hubbs
2018-03-14typo fixWilliam Hubbs
2018-03-13Remove _XOPEN_SOURCE macros from buildsWilliam Hubbs
2018-03-13Add _POSIX_C_SOURCE macro to FreeBSD buildWilliam Hubbs
2018-03-12man: document default retry specification for supervise-daemonWilliam Hubbs
2018-03-12man: document default retry sppecification for start-stop-daemonWilliam Hubbs
2018-03-11Clean up cgroups v2 codeWilliam Hubbs
2018-03-05init.d: swap should always be started after rootScall
2018-03-01openrc-run: fix memory size (#213)Chris Cromer
2018-03-01fix build on FreeBSDWilliam Hubbs
2018-03-01version 0.36William Hubbs
2018-02-28Update ChangeLogWilliam Hubbs
2018-02-28init.sh: apply SELinux label for /run early in bootJason Zaman
2018-02-28init-early.sh.Linux.in: apply the selinux label to /dev/console earlyJason Zaman
2018-02-27supervise-daemon: make an error message more verboseWilliam Hubbs
2018-02-27cgroups: fix indentationWilliam Hubbs