Davin McCall
|
cb738f8c40
Improve control socket creation logic.
|
3 years ago |
Davin McCall
|
c824f05c2e
Minor cleanup in mconfig-gen
|
3 years ago |
Davin McCall
|
77da28603e
Merge pull request #34 from asherikov/as_always_chain
|
3 years ago |
Alexander Sherikov
|
399014aaf5
Add always-chain option
|
3 years ago |
Davin McCall
|
9e6d82a56e
Merge pull request #35 from asherikov/as_multiple_service_dirs
|
3 years ago |
Alexander Sherikov
|
9f34ce01b8
Allow multiple --services-dir options
|
3 years ago |
Davin McCall
|
bc23b8ee76
Add "--ignore-unstarted" option to dinitctl
|
3 years ago |
Davin McCall
|
3ff2b06829
Correction to build instructions
|
3 years ago |
Davin McCall
|
72bfad15a5
Fix generation of mconfig.h
|
3 years ago |
Davin McCall
|
599ff590e2
Fixup "make check" include paths for new build structure
|
3 years ago |
Davin McCall
|
01d6c4f3df
Bump version: 0.11.0
|
3 years ago |
Davin McCall
|
6f2ca4beb9
Move mconfig-gen into build/tools
|
3 years ago |
Davin McCall
|
9d104a80eb
Move version.conf into (new) "build" directory
|
3 years ago |
Davin McCall
|
2b350b3837
Remove potentially pessimizing std::move of a temporary
|
3 years ago |
Davin McCall
|
2fba10a281
Remove the "no-sigterm" option. Have "term-signal" specify the signal.
|
3 years ago |
Davin McCall
|
d070beeddb
Update NEWS
|
3 years ago |
Davin McCall
|
95c9ca34d3
Support --version (dinit and dinitctl)
|
3 years ago |
Davin McCall
|
31f1398121
Example services: mount /dev/pts and /dev/shm in early-filesystems
|
3 years ago |
Davin McCall
|
79f4f53e67
Make the default system control socket /[/var]/run/dinitctl
|
3 years ago |
Davin McCall
|
24703587b5
Minor refactoring, additional comments
|
3 years ago |
Davin McCall
|
8b9927ea42
Filter service names other than "single" when PID=1 and UID=0 (Linux)
|
3 years ago |
Davin McCall
|
30511f90a5
Better feedback for various dinitctl commands
|
3 years ago |
Davin McCall
|
2f7da74331
Fix processing of rlimit settings
|
3 years ago |
Davin McCall
|
81192fa190
Fix typo in man page
|
3 years ago |
Davin McCall
|
3eb9eabb72
If service description exists but can't be opened, report suitable error
|
3 years ago |
Davin McCall
|
71803ae563
Remove noexcept declarations from service load exception constructors
|
3 years ago |
Davin McCall
|
d79b9b1902
Apply Dasynq fixes from upstream
|
3 years ago |
Davin McCall
|
0089eb062a
Minor correction to dinit-service man page
|
3 years ago |
Davin McCall
|
ce7ceb3841
Delay initialisation of event loop until std file descriptors set up
|
3 years ago |
Davin McCall
|
d8b9ee4045
Update bundled Dasynq to 1.2.0
|
3 years ago |