Skip to content

Commit

Permalink
Merge pull request #763 from stgraber/main
Browse files Browse the repository at this point in the history
systemd: Make sure subshell returns success
  • Loading branch information
stgraber authored Aug 4, 2023
2 parents d20b40d + afc9775 commit 8a118ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distrobuilder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ fix_systemd_override_unit() {
[ "${systemd_version}" -ge 231 ] && echo "ReadWritePaths=";
[ "${systemd_version}" -ge 254 ] && echo "ImportCredential=";
fi
true;
} > "${dropin_dir}/zzz-lxc-service.conf"
}
Expand Down

0 comments on commit 8a118ea

Please sign in to comment.