Skip to content

yeaayy/systemd-control-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systemd Control Panel

This is a simple control panel to manage systemd service.

Preview

This preview might not be up to date and might look different on your device depending on your gtk theme. Main window

Main window when the menu opened

Add service window

Building

To build this project you need c++ compiler that support c++14 (new g++ or clang compiler should be fine), cmake, make (or ninja), and library gtkmm-3.0. You can install them using

sudo apt install libgtkmm-3.0-dev cmake make

Build using make

cd <path-to-project>
cmake -B build && make -C build

Then the resulting binary should be located at ./build/systemd-control-panel

Build using ninja

Or if you prefer to use ninja instead of make

cd <path-to-project>
cmake -B build -GNinja && ninja -C build

About

Simple control panel to manage systemd service

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published