Sha256: cfb16cc410af3d2d48780fbfdedd22728dd4e9a6e4086e68e787edd21d0536d2

Contents?: true

Size: 374 Bytes

Versions: 10

Compression:

Stored size: 374 Bytes

Contents

[Unit]
Description=consul agent
Requires=network-online.target
After=network-online.target

[Service]
EnvironmentFile=-<%= @environment_file %>
Environment=GOMAXPROCS=2
Restart=on-failure
ExecStart=<%= @bin_path %> agent $OPTIONS -config-dir=/etc/consul.d -data-dir=<%= @data_dir %>
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
itamae-plugin-recipe-consul-0.1.5 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.4 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.3 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.3.beta1 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.2 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.1 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.0 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.0.beta3 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.0.beta2 lib/itamae/plugin/recipe/consul/service/templates/etc/systemd/system/consul.service.erb
itamae-plugin-recipe-consul-0.1.0.beta1 lib/itamae/plugin/recipe/consul/templates/etc/systemd/system/consul.service.erb