Skip to content

Commit

Permalink
Fix syntax of systemd's ConditionPathExists
Browse files Browse the repository at this point in the history
systemd prefers =|, not |=.

Fixes #7412.
  • Loading branch information
legoktm committed Jan 31, 2025
1 parent 7680afe commit dc0ab2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Remove ufw/haveged if installed
ConditionPathExists|=/usr/sbin/ufw
ConditionPathExists|=/usr/sbin/haveged
ConditionPathExists=|/usr/sbin/ufw
ConditionPathExists=|/usr/sbin/haveged

[Service]
Type=exec
Expand Down

0 comments on commit dc0ab2a

Please sign in to comment.