1
0
Fork 0
Commit Graph

71 Commits

Author SHA1 Message Date
Alexander Andreev 4837a8b66e
We use pgrep no more, so no need in this error. 2022-01-02 05:27:52 +04:00
Alexander Andreev 299e353c94
IsProcessUp deleted and was replaced by GetProcessPIDs. 2022-01-02 05:27:25 +04:00
Alexander Andreev 98bb98ffed
IsProcessUp was ditched in favor of GetProcessPIDs. 2022-01-02 05:26:24 +04:00
Alexander Andreev 89cf72df26
Added license notice to README. 2022-01-02 05:15:29 +04:00
Alexander Andreev d596cc0c48
Updated Makefile to watch all source files. 2022-01-02 05:14:52 +04:00
Alexander Andreev d392a3b0b8
Wrote own function to get process pids. Ditching pgrep. 2022-01-02 05:14:21 +04:00
Alexander Andreev d96efaba73
Updated version to 1.3. 2022-01-02 05:13:45 +04:00
Alexander Andreev 10e23fcb6e
License is switched to MIT+NIGGER. :) 2022-01-02 05:13:20 +04:00
Alexander Andreev fb627f68ba
Paths edited in Makefile. 2022-01-02 02:58:24 +04:00
Alexander Andreev 8a552e13c9
Moving aux files into contrib dir. Added PKGBULD for Archlinux. 2022-01-02 02:57:57 +04:00
Alexander Andreev 0c8dc36697
Moving other source code files into prog package. Renaming processes.json to config.json. 2022-01-02 02:56:46 +04:00
Alexander Andreev 82ecb23a62
Updated README. 2021-12-24 23:47:07 +04:00
Alexander Andreev d9087102fd
Aside from JSON there is also XML available now. You need to provide an Accept: application/xml to get XML. Fixed removing from list, so it works now. Implemented reloading of list of procs by sending SIGHUP signal to process. Spread everything across multiple files for readability. 2021-12-24 23:28:50 +04:00
Alexander Andreev e559b11b08
[Makefile] $() -> ${}. Use `install` the right way. Make it ready for PKGBUILD using DESTDIR. Added clean target. 2021-12-24 21:17:36 +04:00
Alexander Andreev 230034da27
[.gitignore] Let it suite this project already. 2021-12-24 21:11:22 +04:00
Alexander Andreev 7158d82102
[config.example.json] Let a list be empty, for user's convenience. 2021-12-24 21:10:00 +04:00
Alexander Andreev e594c0024f
Formatting fixing. 2021-11-04 00:17:17 +04:00
Alexander Andreev 4ed4b466b0
Added --add, --remove, and --list options to edit a list of processes in a configuration file. Implemented StoreConfiguration func to save changes back to a file. Changed version text. 2021-11-03 23:52:57 +04:00
Alexander Andreev 2516cca24e
nobody user is replaced with more secure DynamicUser feature. 2021-11-03 23:38:29 +04:00
Alexander Andreev 2b9774cbff
Now service will restart if program fails. 2021-03-13 16:36:14 +04:00
Alexander Andreev aede45a865
Initial commit. 2021-03-13 03:17:30 +04:00