From 720f9c669a7c034cc4e4c5417a74842372df4331 Mon Sep 17 00:00:00 2001 From: Michael Murphy Date: Thu, 14 Apr 2016 13:08:57 -0400 Subject: [PATCH] Add systemd-manager A while back I wrote an application for managing systemd services on Linux systems with Rust and GTK-rs for the GUI front-end. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dabf825..397c424 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [](https://travis-ci.org/Aaronepower/tokei) * [buster/rrun](https://github.com/buster/rrun) — a command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun) * [ogham/exa](https://github.com/ogham/exa) — a replacement for 'ls' written in Rust [](https://travis-ci.org/ogham/exa) + * [mmstick/systemd-manager](https://github.com/mmstick/systemd-manager) -- a systemd service manager written in Rust using GTK-rs. * [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) * Virtualization * [tailhook/vagga](https://github.com/tailhook/vagga) — a containerization tool without daemons [](https://travis-ci.org/tailhook/vagga)