This is a simple plasma applet for KDE Plasma 5 to control systemd services. It is not designed to be a complete user interface for systemd, but it provides an convenient way to start and stop selected services.
sudo systemctl start SERVICE
)sudo systemctl stop SERVICE
)To work properly, you must be able to run sudo systemctl
without password. Usually you can achieve this be editing /etc/sudoers
with visudo.
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../
make
make install
For Arch Linux there is a package available via AUR: https://aur.archlinux.org/packages/plasma5-applets-systemd/