git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-07-05 21:23:48 +0200
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-07-05 21:23:48 +0200
commit3f1243eaf05e66f4a684f307127d5041e37da6f6 (patch)
treec4320085797617fbc58eb4068fa05583f939617b
parent973a88a1bd21789846bc6450286e7c7d73844129 (diff)
downloadsystemd-units-3f1243eaf05e66f4a684f307127d5041e37da6f6.tar.bz2
Description of contents
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index cda17ce..27d5e18 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,23 @@ Some examples:
Consider this repository examples for now. Some of this is still heavy WiP,
e.g. the KVM stuff is still too specific and not all dependencies required,
goal is to make this more abstract/generic and less redundant.
+
+## Content
+
+The directories *etc/systemd/system*, *etc/tmpfiles.d*, and *usr/local/[s]bin* should be
+self-explanatory. Therein, you'll find the following:
+* **freshclam(d):** Quickly written service and scripts to start and stop
+ ClamAV's freshclam as a daemon. The definition will update
+ the ClamAV database 4 times a day. No need for a timer as this
+ is simply a parameter passed on to freshclam. The script used
+ for administering this is called freshclamd, it does not
+ interfere with anything on a Fedora 28. Rename it if your
+ distro is different, a Debian user will not need this at all ;)
+* **kvm-\*:** Stuff I wrote for starting and stopping KVM networks and virtual
+ machines through systemd. Networks usually are covered by the
+ autostart function of KVM, and machines can be safely shut down
+ with libvirt-guests - but in this scenario I wanted to automate
+ through and integrate everything into systemd services, so,
+ well - here we are. Still under development, look at the
+ comments in the services - the starting and stopping of the VMs
+ is still insufficiently written.