Install troubleshooting software on deployment

This commit is contained in:
2022-09-21 17:31:30 +02:00
parent 30dc199aa6
commit d84db0b360

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]