sysd-manager 2.19.4

Application to empower user to manage their <b>systemd units</b> via Graphical User Interface. Not only are you able to make changes to the enablement and running status of each of the units, but you will also be able to view and modify their unit files and check the journal logs.
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo "Create a RPM"

cargo build --release
strip -s target/release/sysd-manager
cargo generate-rpm

var=$(find ./target/generate-rpm -name 'sysd-manager*')
echo "RPM generated in $var"