Skip to content

Commit

Permalink
Avoid systemd in container environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Jan 15, 2025
1 parent 25f3399 commit cef0292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# packages = postfix

echo "inet_interfaces = localhost" > /etc/postfix/main.cf
systemctl restart postfix
postfix reload || postfix start
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# remediation = none

echo "inet_interfaces = all" > /etc/postfix/main.cf
systemctl restart postfix
postfix reload || postfix start

0 comments on commit cef0292

Please sign in to comment.