Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit e6d30c8

Browse files
authored
Merge pull request hashicorp#146 from blues/gvg-systemd-notify
Specify Type notify on systemd service
2 parents 5a5ef5a + 9db652a commit e6d30c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/run-consul/run-consul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ EOF
360360

361361
local -r service_config=$(cat <<EOF
362362
[Service]
363+
Type=notify
363364
User=$consul_user
364365
Group=$consul_user
365366
ExecStart=$consul_bin_dir/consul agent -config-dir $consul_config_dir -data-dir $consul_data_dir

0 commit comments

Comments
 (0)