Merge branch 'main' into patch-2

This commit is contained in:
Benjamin Sherman 2024-04-23 13:54:49 -05:00 committed by GitHub
commit fc035bd03e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
cosign.key

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -ouex pipefail set -ouex pipefail
@ -18,10 +18,6 @@ rpm-ostree install screen
# this would install a package from rpmfusion # this would install a package from rpmfusion
#RUN rpm-ostree install vlc #RUN rpm-ostree install vlc
#### Example for enabling a System Unit File
systemctl enable podman.socket
#### Change to System Configuration Files
# this example modifies default timeouts to prevent slow reboots from services that won't stop
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf