https://github.com/claudio-code/systemd-manager-control
:memo: It project wants make easy start/stop/enable/disable daemons in linux using SystemD.
https://github.com/claudio-code/systemd-manager-control
gnome gtk rust
Last synced: 11 months ago
JSON representation
:memo: It project wants make easy start/stop/enable/disable daemons in linux using SystemD.
- Host: GitHub
- URL: https://github.com/claudio-code/systemd-manager-control
- Owner: Claudio-code
- License: gpl-3.0
- Created: 2024-04-21T03:41:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T23:35:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T22:47:10.269Z (11 months ago)
- Topics: gnome, gtk, rust
- Language: Rust
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# SystemD Manager Control
It project wants make easy start/stop/enable/disable daemons in linux using SystemD.
### Features
- Enable/Disable on start service/path/socket/timer
- Start/Stop/Restart service/path/socket/timer

### Install project
#### Install system dependencies
```sh
sudo apt install libgtk-4-dev build-essential
```
#### Install rust
```sh
curl https://sh.rustup.rs -sSf | sh
```
#### Install project in your system
```sh
cargo check
mkdir -p build
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
```
#### Run project Using Gnome builder
- Install gnome builder https://flathub.org/apps/org.gnome.Builder
- Open it project and run:
