Skip to content

Commit

Permalink
Merge pull request #895 from stgraber/main
Browse files Browse the repository at this point in the history
systemd: Relax read-only path workaround
  • Loading branch information
stgraber authored Jan 14, 2025
2 parents c438f35 + 7c515b4 commit 7ff5496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobuilder/lxc.generator
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fix_ro_paths() {
cat <<-EOF > "/run/systemd/system/$1.d/zzz-lxc-ropath.conf"
# This file was created by distrobuilder
[Service]
BindReadOnlyPaths=/sys /proc
BindReadOnlyPaths=/sys
EOF
}

Expand Down

0 comments on commit 7ff5496

Please sign in to comment.