Initial commit
This commit is contained in:
commit
c79a2f83e1
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.disabled
|
||||
|
15
README.md
Normal file
15
README.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user