| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Functionality of runsvctrl(8), runsvstat(8), svwaitup(8), svwaitdown(8)
has been rolled into sv(8)
- Update startup script to use sv(8) instead of runsvctrl(8)
Notes:
svn path=/head/; revision=160831
|
|
|
|
|
|
|
|
| |
- Pass user-overridable SERVICE_DIR into installed rundvsdir.sh startup
file as well
Notes:
svn path=/head/; revision=142145
|
|
|
|
|
|
|
| |
- Fix small typo in comments in the installed rcNG script
Notes:
svn path=/head/; revision=139862
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is now fully controlled via /etc/rc.conf mechanism:
runsvdir_enable="YES" - enable runsvdir startup
runsvdir_path="/service" - override service directory path
(default: /var/service)
- Startup script now automatically creates service directory
if it is missing
- Bump PORTREVISION
Notes:
svn path=/head/; revision=129882
|
|
- service supervision
- clean process state
- reliable logging facility
- fast system bootup and shutdown
- packaging friendly
- small code size
Submitted by: Sergei Kolobov <sergei@kolobov.com>
PR: 54513
Notes:
svn path=/head/; revision=84993
|