svc - Initial commit, preliminary service manager
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Nov 2014 06:54:42 +0000 (22:54 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Nov 2014 06:54:42 +0000 (22:54 -0800)
commit3e2ea4cc5fd8b67429568b998b3ea93f5740e157
tree9a7c866d8f461075c2f62916083ea5e6e9b30e2b
parentfc3bc2868ad212f3b412ad13f0eaa35b3f8d458d
svc - Initial commit, preliminary service manager

* This is a preliminary service manager frontend and demon.
  It is not yet ready for prime-time (lots of support bits
  are missing).

* The main premise of this program is to be able to create
  and manage services in a more robust fashion, obtain status,
  log recent output or all output, and so forth.

  Among the many features, this program uses the new REAPER support
  to ensure that all processes related to the service can be accounted
  for.

* Includes a comprehensive manual page that lists all target features
  (many of which are not yet implemented as of this commit).
sbin/Makefile
sbin/svc/Makefile [new file with mode: 0644]
sbin/svc/execute.c [new file with mode: 0644]
sbin/svc/remote.c [new file with mode: 0644]
sbin/svc/subs.c [new file with mode: 0644]
sbin/svc/svc.8 [new file with mode: 0644]
sbin/svc/svc.c [new file with mode: 0644]
sbin/svc/svc.h [new file with mode: 0644]