From b1e074e9118e268e8c13b6c972159a0313d444d4 Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:52:34 -0500 Subject: [PATCH 1/2] fix: use a working example (#13) Fedora 40 broke the example for editing systemd configuration behavior. Decided to use a simpler example. --- build.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index d5fb95d..ed25b26 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -ouex pipefail @@ -18,10 +18,6 @@ rpm-ostree install screen # this would install a package from rpmfusion #RUN rpm-ostree install vlc +#### Example for enabling a System Unit File - -#### 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 +systemctl enable podman.socket From 2cae75d77d678cd5a2c9300347143bcf9fedc1ba Mon Sep 17 00:00:00 2001 From: Daniel Yrovas Date: Wed, 24 Apr 2024 04:54:19 +1000 Subject: [PATCH 2/2] feat: ignore cosign.key (#8) --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f01194 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +cosign.key