commit c79a2f83e126fbf6f0129c7afaabe8804074a6da Author: Alexandre CATTEAU Date: Fri Aug 26 13:50:22 2022 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a2460f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.disabled + diff --git a/README.md b/README.md new file mode 100644 index 0000000..edb9e54 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Packages upgrade + +This repository contains Systemd service units which run a system's package manager and upgrade the packages. A timer +for starting the service automatically can optionally be used. + +### Use case +As of now, the purpose is to run these in containers only. + +### Files +* `systemd-templates/` contains the Systemd units templates, based on distributions/package managers. +#### Installation +* `install.sh` script copies Systemd templates to their destination, and optionally enables the timer. + +### TODO +* RAS