Skip to content

Commit

Permalink
fix: correct service type
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Dec 17, 2024
1 parent d1f4c69 commit 965490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/haproxy/templates/keepalived.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Wants=network-online.target
ConditionFileNotEmpty={{ keepalived_config_dir }}keepalived.conf

[Service]
Type=keepalived
Type=notify
# Read configuration variable file if it is present
EnvironmentFile=-/etc/default/keepalived
ExecStart=/usr/sbin/keepalived --dont-fork $DAEMON_ARGS --use-file {{ keepalived_config_dir }}keepalived.conf
Expand Down

0 comments on commit 965490e

Please sign in to comment.