diff options
author | H. P. <harald.p.@xmart.de> | 2018-07-05 21:25:00 +0200 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-07-05 21:25:00 +0200 |
commit | e48263d8e484361081ceb002bbf25c46d7b376ce (patch) | |
tree | 7a038c0cc2788197af877cbd5bb28fe8152d93f1 | |
parent | 3f1243eaf05e66f4a684f307127d5041e37da6f6 (diff) | |
download | systemd-units-e48263d8e484361081ceb002bbf25c46d7b376ce.tar.bz2 |
syntax
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ goal is to make this more abstract/generic and less redundant. 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 @@ -23,6 +24,7 @@ self-explanatory. Therein, you'll find the following: 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 |