| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Pass user-overridable SERVICE_DIR into installed rundvsdir.sh startup
file as well
|
| |
|
|
|
|
| |
- Fix small typo in comments in the installed rcNG script
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
in some environments (particularlly, bento's).
Move it from do-build to a new test target.
Reported by: bento (via kris)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
= service directory now defaults to /var/service instead of /service
- documentation is improved.
|
|
|
|
| |
Approved by: krion
|
|
|
|
|
| |
PR: 57426
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
|
|
- 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
|