From c52a81288630c53b4bbefcb15bfd4e8868cc5163 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 9 Feb 2017 16:59:15 +0100 Subject: Add systemd user unit We use /bin/sh so we have an absolute path --- README.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.mdwn') diff --git a/README.mdwn b/README.mdwn index 8da725c..186b6af 100644 --- a/README.mdwn +++ b/README.mdwn @@ -7,3 +7,11 @@ It also prints the vm names and IPs to stdout for easy c'n'p. To build and run do a: make && make && ./simplec + +If you want to install it as a systemd user service for the current user use: + + make install_user + +and to get rid of it again use: + + make uninstall_user -- cgit v1.2.3