Install troubleshooting software on deployment

This commit is contained in:
Tobias Manske 2022-09-21 17:31:30 +02:00
parent 30dc199aa6
commit d84db0b360
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A

View File

@ -25,7 +25,7 @@ systemd:
# if the package is already installed. This is useful if the package is
# added to the root image in a future Fedora CoreOS release as it will
# prevent the service from failing.
ExecStart=/usr/bin/rpm-ostree install --apply-live --allow-inactive vim python docker-compose borgbackup
ExecStart=/usr/bin/rpm-ostree install --apply-live --allow-inactive vim python docker-compose borgbackup btop iftop iotop
ExecStart=/bin/touch /var/lib/%N.stamp
[Install]