2021-07-03 19:22 | Revert "Relicense under GNU General Public License" | Cem Keylan | 2 | +22 | -675 |
2021-07-03 19:18 | svctl: use signal name instead of numbers | Cem Keylan | 1 | +2 | -2 |
2021-07-03 19:18 | svctl kill: send USR1 signal instead of KILL signal | Cem Keylan | 1 | +4 | -2 |
2021-07-03 19:14 | update | Cem Keylan | 1 | +0 | -3 |
2020-10-10 10:55 | sysmgr: add deprecation notice | Cem Keylan | 1 | +5 | -6 |
2020-10-03 18:49 | README: update | Cem Keylan | 1 | +9 | -0 |
2020-09-16 17:34 | Makefile: add checkprocess | Cem Keylan | 1 | +3 | -1 |
2020-09-16 17:32 | .gitignore: add checkprocess | Cem Keylan | 1 | +2 | -0 |
2020-09-16 17:27 | sysmgr-needs: use basename() for usage | Cem Keylan | 1 | +2 | -1 |
2020-09-16 17:27 | README: update | Cem Keylan | 2 | +15 | -15 |
2020-09-16 17:13 | checkprocess: add simple C utility to check processes | Cem Keylan | 2 | +33 | -2 |
2020-09-16 16:12 | checkprocess(): Don't die on permission errors | Cem Keylan | 1 | +6 | -1 |
2020-09-16 16:11 | {sysmgr-needs,util}.c: change C style | Cem Keylan | 2 | +81 | -76 |
2020-09-16 13:52 | sysmgr: add -- to all rm calls | Cem Keylan | 1 | +4 | -4 |
2020-09-16 13:50 | svctl: do not just remove the directory, check if running | Cem Keylan | 1 | +1 | -1 |
2020-09-16 13:50 | svctl: allow empty pid returns | Cem Keylan | 1 | +1 | -1 |
2020-09-16 13:49 | checkprocess(): return if there is no pid given | Cem Keylan | 1 | +3 | -0 |
2020-09-16 13:49 | getpid(): unset pid each time it is called. | Cem Keylan | 1 | +1 | -1 |
2020-07-31 16:29 | sysmgr: proper in-function variable calls | Cem Keylan | 1 | +7 | -7 |
2020-07-31 16:29 | delete trailing whitespace | Cem Keylan | 1 | +3 | -3 |
2020-07-31 16:28 | sysmgr: simplify main 'case' call | Cem Keylan | 1 | +2 | -4 |
2020-07-31 16:28 | sysmgr: don't call anything outside of functions | Cem Keylan | 1 | +3 | -3 |
2020-07-31 16:26 | term(): use read instead of cat | Cem Keylan | 1 | +3 | -2 |
2020-07-08 06:24 | sysmgr: revert to using runsyssv externally | Cem Keylan | 1 | +1 | -1 |
2020-07-07 12:46 | Makefile: silence external make calls | Cem Keylan | 1 | +2 | -2 |
2020-07-07 12:46 | docs: update | Cem Keylan | 2 | +38 | -4 |
2020-07-07 12:44 | Makefile: fix install target | Cem Keylan | 1 | +1 | -1 |
2020-07-07 12:43 | sysmgr: do remove pid and syspid when services go down | Cem Keylan | 1 | +3 | -1 |
2020-07-07 12:18 | svctl: get the basename of services. | Cem Keylan | 1 | +10 | -1 |
2020-07-07 12:07 | sysmgr: always fallback to kill for checking processes | Cem Keylan | 1 | +3 | -5 |
2020-07-07 12:01 | sysmgr: update usage | Cem Keylan | 1 | +1 | -1 |
2020-07-07 12:00 | sysmgr: change banner | Cem Keylan | 1 | +13 | -14 |
2020-07-07 11:54 | svctl status: use if statement | Cem Keylan | 1 | +5 | -3 |
2020-07-07 11:54 | sysmgr: comment cleanup | Cem Keylan | 1 | +45 | -56 |
2020-07-07 11:53 | sysmgr: change usage outputs | Cem Keylan | 1 | +7 | -11 |
2020-07-03 21:42 | docs: add documentation | Cem Keylan | 1 | +53 | -0 |
2020-07-03 21:35 | Makefile: update | Cem Keylan | 1 | +26 | -8 |
2020-07-03 21:34 | add gitignore | Cem Keylan | 1 | +2 | -0 |
2020-07-03 21:31 | utils: remove sysmgr-needs script and add C programs | Cem Keylan | 5 | +166 | -29 |
2020-07-03 21:20 | replace README | Cem Keylan | 3 | +15 | -279 |
2020-06-10 06:13 | sysmgr: minor nitpick | Cem Keylan | 1 | +1 | -3 |
2020-06-10 06:13 | sysmgr: use signal names instead of numbers | Cem Keylan | 1 | +2 | -2 |
2020-06-10 06:12 | sysmgr: simpler message functions | Cem Keylan | 1 | +2 | -2 |
2020-06-10 06:11 | sysmgr: better usage output | Cem Keylan | 1 | +15 | -15 |
2020-04-25 18:59 | Relicense under GNU General Public License | Cem Keylan | 2 | +675 | -22 |
2020-04-25 18:55 | svctl.1: simplify manpage | Cem Keylan | 1 | +12 | -26 |
2020-04-17 13:23 | sysmgr: bump to 0.3.0 | Cem Keylan | 1 | +1 | -1 |
2020-04-17 13:22 | svctl: don't exit if the checked service is down | Cem Keylan | 1 | +1 | -1 |
2020-04-16 09:39 | runsyssv: use wait instead of sleeping | Cem Keylan | 1 | +2 | -2 |
2020-04-14 22:41 | svctl: use basename for retrieving pid | Cem Keylan | 1 | +1 | -1 |
2020-04-14 22:41 | svctl: fix typo | Cem Keylan | 1 | +1 | -1 |
2020-04-13 13:01 | svctl: better argument processing | Cem Keylan | 1 | +5 | -1 |
2020-04-13 12:54 | getpid: don't die, return with error | Cem Keylan | 1 | +2 | -1 |
2020-04-13 12:12 | sysmgr: add comments to svctl | Cem Keylan | 1 | +4 | -0 |
2020-04-13 12:09 | sysmgr: fix shellcheck errors | Cem Keylan | 1 | +4 | -1 |
2020-04-13 11:30 | sysmgr: simplify svctl behaviour | Cem Keylan | 1 | +37 | -36 |
2020-04-13 11:29 | sysmgr: standardize writing behaviour | Cem Keylan | 1 | +5 | -6 |
2020-04-13 11:27 | sysmgr: change logging functions | Cem Keylan | 1 | +2 | -1 |
2020-03-24 12:56 | README: shameless plug | Cem Keylan | 2 | +22 | -3 |
2020-03-24 11:23 | sysmgr: bump version | Cem Keylan | 1 | +1 | -1 |
2020-03-24 11:22 | README: update and add README.org alongside README | Cem Keylan | 2 | +144 | -3 |
2020-03-24 11:21 | Makefile: fix manpages and install sysmgr-needs | Cem Keylan | 1 | +4 | -3 |
2020-03-24 10:57 | move manpages back to mandir | Cem Keylan | 2 | +0 | -0 |
2020-03-23 20:44 | sysmgr-needs: add utility to repository | Cem Keylan | 1 | +29 | -0 |
2020-03-06 12:39 | add a usage function | Cem Keylan | 1 | +30 | -15 |
2020-03-04 06:12 | move manpages to their own directories | Cem Keylan | 3 | +3 | -3 |
2020-02-28 14:44 | remove manpages on uninstall | Cem Keylan | 1 | +3 | -0 |
2020-02-28 13:30 | bump to 0.1.2 | Cem Keylan | 1 | +1 | -1 |
2020-02-28 12:58 | add manpages | Cem Keylan | 3 | +50 | -0 |
2020-02-28 12:52 | remove VERSION and SHAREDIR from Makefile, add MANPREFIX | Cem Keylan | 1 | +3 | -5 |
2020-02-28 12:50 | change signal numbers to their names | Cem Keylan | 1 | +2 | -2 |
2020-02-27 17:35 | add documentation to checkprocess | Cem Keylan | 1 | +12 | -0 |
2020-02-27 14:39 | bump to 0.1.1 | Cem Keylan | 1 | +1 | -1 |
2020-02-27 13:17 | Change SIGTERM to -15 on kill command, thanks to Crestwave | Cem Keylan | 1 | +1 | -1 |
2020-02-27 12:47 | add README | Cem Keylan | 1 | +119 | -0 |
2020-02-26 07:04 | fix linking of kiss linux on the frame | Cem Keylan | 1 | +1 | -1 |
2020-02-26 06:44 | svctl: add new functions | Cem Keylan | 1 | +7 | -2 |
2020-02-26 06:44 | svctl: check for RUNDIR instead of sysmgr pid | Cem Keylan | 1 | +2 | -2 |
2020-02-26 06:41 | add version number and change usage | Cem Keylan | 1 | +5 | -4 |
2020-02-25 20:23 | add a function for checking processes | Cem Keylan | 1 | +17 | -1 |
2020-02-25 15:14 | print all to stderr, remove '->' for cleaner logging | Cem Keylan | 1 | +3 | -7 |
2020-02-25 08:48 | sysmgr: do not exit if no services can be found | Cem Keylan | 1 | +2 | -2 |
2020-02-25 08:31 | edit the beginning frame to add KISS, and add the future github page | Cem Keylan | 1 | +4 | -1 |
2020-02-25 08:27 | runsyssv: use RUNDIR variable instead of /run/sysmgr (fix) | Cem Keylan | 1 | +1 | -1 |
2020-02-25 08:22 | redirectsignal: make kill errors silent | Cem Keylan | 1 | +1 | -1 |
2020-02-25 08:20 | svctl: exit if sysmgr is not available | Cem Keylan | 1 | +2 | -0 |
2020-02-25 07:43 | remove unnecessary for loop while trapping signals, add more signals | Cem Keylan | 1 | +3 | -6 |
2020-02-25 07:24 | replace the find command with 'ls' so that it is more portable. | Cem Keylan | 1 | +1 | -1 |
2020-02-23 12:17 | initial commit | Cem Keylan | 3 | +233 | -0 |