chkservice
chkservice copied to clipboard
Systemd units manager with ncurses, terminal interface
[root@xx1 build]# make [ 16%] Building CXX object src/CMakeFiles/CHKSYSTEMD.dir/chk-systemd.cpp.o In file included from /var/backup/chkservice/src/chk-systemd.cpp:25:0: /var/backup/chkservice/include/chk-systemd.h:27:28: fatal error: systemd/sd-bus.h: No such file or directory #include ^ compilation terminated. make[2]: *** [src/CMakeFiles/CHKSYSTEMD.dir/chk-systemd.cpp.o]...
Thanks for writing this tool. Just curious if it's possible to see the service definition file. I'm not seeing anything in the help menu.
gcc-11 became stricter and disallows ordered comparison against pointer and intereger. This caught the bug as a build failure: [ 10%] Building CXX object src/CMakeFiles/CHKSYSTEMD.dir/chk-systemd.cpp.o src/chk-systemd.cpp: In member function 'const...
This is identical to #22 except for the commit title was changed to English. Based on the title of #22. I confirmed with google translate that the original Chinese commit...
modify Bug caused by temporary pointer of c_str()
On Fedora 33 compiles fine, but on Fedora 34 and newer: ```make gmake[2]: Entering directory '/builddir/build/BUILD/chkservice-0.3/x86_64-redhat-linux-gnu' [ 20%] Building CXX object src/CMakeFiles/CHKSYSTEMD.dir/chk-systemd.cpp.o [ 20%] Building CXX object src/CMakeFiles/CHKSYSTEMD.dir/chk-systemd-utils.cpp.o cd /builddir/build/BUILD/chkservice-0.3/x86_64-redhat-linux-gnu/src...
Hi, Sorry for my English. I'm using Debian 9.5 x64 and chkservice 0.1 . When I try to use chkservice to manage services, Like enable or disable some services (...
I have a few services set up with `--user` flag and I am trying to find a tool that will help me manage them. The last thing I want is...
I gather the following from [this webpage](https://www.tecmint.com/chkservice-manage-systemd-units-in-terminal/). ``` = – indicates unit has been stopped. > – shows unit is running. ``` That information is omitted here:  chkservice version:...
Build fails: chkservice/src/chkservice-0.3/src/chk-systemd.cpp: In member function ‘const char* ChkBus::getState(const char*)’: chkservice/src/chkservice-0.3/src/chk-systemd.cpp:120:15: error: ordered comparison of pointer with integer zero (‘const char*’ and ‘int’) 120 | if (state < 0) {...