summary refs log tree commit diff
path: root/src/sv.c
Commit message (Expand)AuthorAgeFilesLines
* add sleep_microseconds to encapsulate (u|nano)sleepZ. Liu2024-09-251-1/+13
* fix compilation warning(s): -Wincompatible-pointer-types-discards-qualifiersZ. Liu2024-09-251-1/+1
* * sv.c: properly format status command's output on failure cases.Gerrit Pape2014-08-101-8/+12
* * sv.c: support optional LSB init script actions reload andGerrit Pape2014-08-011-1/+4
* * sv.c: fix typo that may lead to wrong output from sv when reportingGerrit Pape2014-07-301-1/+1
* * sv.c: on 'down', send runsv the 'down' command properly if not yetGerrit Pape2009-10-041-1/+2
* * sv.c: fix exit code of status command in lsb mode (thx MathieuGerrit Pape2009-09-241-4/+6
* * change default directory for services from /var/service/ to /service/.Gerrit Pape2008-04-201-1/+1
* sv.c: service name is also relative to the current directory if it ends with ...Gerrit Pape2008-04-201-1/+2
* sv.c: typo.Gerrit Pape2007-09-131-1/+1
* sv.c: whitespace fixups.Gerrit Pape2007-09-131-35/+35
* sv.c: fix race on check for down if pid is 0 and state is run or finish.Gerrit Pape2007-09-131-8/+7
* * chpst.c, uidgid.c, uidgid.h: support numerical uid gid throughGerrit Pape2006-11-021-2/+9
* * man/runsvdir.8: document that the services directory is re-scanned ifGerrit Pape2006-04-101-1/+4
* * doc/faq.html: new.Gerrit Pape2006-03-041-2/+2
* * chpst.c: adjust nice value and set limits before dropping permissions.Gerrit Pape2006-01-021-2/+5
* sv.c: print warning to stderr; use very first command to check against.Gerrit Pape2005-08-241-14/+15
* * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry);Gerrit Pape2005-08-231-11/+50
* have control() support multiple characters.Gerrit Pape2005-07-241-29/+32
* minor.Gerrit Pape2005-07-241-9/+9
* more cleanup; support D, X, force-shutdown, force-down.Gerrit Pape2005-07-241-45/+49
* support SVDIR environment variable.Gerrit Pape2005-07-231-7/+5
* minor.Gerrit Pape2005-07-231-1/+1
* cleanup.Gerrit Pape2005-07-231-59/+67
* * sv.c: new sv program to control services, optionally can be linked toGerrit Pape2005-07-231-0/+318