index
:
openrc.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rc
/
supervise-daemon.c
Age
Commit message (
Expand
)
Author
2021-12-20
change getopt definition to elide pointer storage
Mike Frysinger
2021-08-17
supervise-daemon: implement SSD_IONICELEVEL
Matt Whitlock
2021-08-13
move supervise-daemon out of experimental status
kyoreln
2021-02-22
supervise-daemon: Fix off by ones when checking for RC_* envvars
Disconnect3d
2020-11-29
supervise-daemon: do not spawn a process if we are exiting
William Hubbs
2020-11-27
start-stop-daemon, supervise-daemon: fix parsing of usernames passed via --us...
Johannes Heimansberg
2020-09-25
supervise-daemon: only log debug logs when verbose mode is active
William Hubbs
2020-01-11
supervise-daemon: Fix segfault when executable does not exist
Wolf
2019-03-29
supervise-daemon: allow --respawn-max to be zero
William Hubbs
2018-12-24
src/rc/supervise-daemon.c: formatting fixes
philhofer
2018-12-23
src/rc/supervise-daemon.c: do not pass NULL to strcmp
philhofer
2018-12-21
fix compiler warnings
William Hubbs
2018-12-20
supervise-daemon: do not use the exec_service() function
William Hubbs
2018-12-06
supervise-daemon: fix busy loop
William Hubbs
2018-12-04
supervise-daemon: redirect std{in,out,err} to /dev/null after demonizing
Alexander Zubkov
2018-12-03
src/rc/supervise-daemon.c: fix style issue
Austin English
2018-12-03
supervise-daemon: use a default pid file if one is not specified
William Hubbs
2018-12-02
supervise-daemon: mark a service failed if it respawns too many times
William Hubbs
2018-12-02
supervise-daemon: make respawn-max and respawn-period independent settings
William Hubbs
2018-12-02
supervise-daemon: add support for a fifo
William Hubbs
2018-12-02
supervise-daemon: rework signal handling and main loop
William Hubbs
2018-11-28
supervise-daemon: fix type of exiting flag
William Hubbs
2018-11-15
supervise-daemon: make the pidfile an implementation detail
William Hubbs
2018-11-05
supervise-daemon: reap zombies
William Hubbs
2018-10-23
supervise-daemon: add health checks
William Hubbs
2018-10-15
supervise-daemon: fix respawn_max off by one
Zac Medico
2018-10-13
misc: whitespace fixes
Austin English
2018-10-06
supervise-daemon: use nanosleep() instead of sleep()
William Hubbs
2018-06-27
supervise-daemon.c: clean up memory leaks
William Hubbs
2018-06-19
supervise-daemon: convert snprintf calls to xasprintf
William Hubbs
2018-03-14
supervise-daemon: fix off-by-one error
William Hubbs
2018-02-27
supervise-daemon: make an error message more verbose
William Hubbs
2018-02-22
supervise-daemon: zero out the cmdline buffer when it is allocated
William Hubbs
2018-02-21
supervise-daemon: remove references to PATH_MAX
William Hubbs
2017-11-27
fix FreeBSD build
William Hubbs
2017-10-30
fix issue with --reexec call
William Hubbs
2017-10-27
supervise-daemon: use RC_SVCNAME as the first argument to the daemon
William Hubbs
2017-10-27
supervise-daemon: fix logging for reexec and the child command line
William Hubbs
2017-10-27
log as supervise-daemon not the service
William Hubbs
2017-10-26
supervise-daemon: clarify a log message
William Hubbs
2017-10-26
supervise-daemon: log the command line we run to spawn the child process
William Hubbs
2017-10-26
supervise-daemon: log with the service name instead of "supervise-daemon"
William Hubbs
2017-10-26
supervise-daemon: remove child_pid from saved options during shutdown
William Hubbs
2017-10-24
supervise-daemon: fix build issue for >=glibc-2.26
William Hubbs
2017-10-24
supervise-daemon: multiple fixes
William Hubbs
2017-10-18
supervise-daemon: elevate some log messages to warnings
William Hubbs
2017-09-18
ignore sigchld when shutting down the supervised process
William Hubbs
2017-09-18
typo fix
William Hubbs
2017-09-18
typo fix
William Hubbs
2017-09-18
supervise-daemon: code cleanup
William Hubbs
[next]