This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment="DAEMON_ARGS=-data-dir=/var/lib/consul -config-dir=/etc/consul.d" -
EnvironmentFile=-/etc/default/%p -
EnvironmentFile=-/etc/default/consul -
ExecReload=/bin/kill -HUP $MAINPID -
ExecReload=/usr/bin/kill -HUP $MAINPID -
ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d -
ExecStart=/usr/bin/consul agent $DAEMON_ARGS -
Group=consul -
KillSignal=SIGINT -
NoNewPrivilegesIntroduced in systemd 239=yes -
PrivateDevicesIntroduced in systemd 209=yes -
PrivateTmp=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
Restart=on-failure -
User=consul
-
-
[Unit]-
After=network-online.target -
Description=Consul Agent -
Description=Consul agent -
Documentation=https://www.consul.io/docs/ -
Requires=network-online.target -
Wants=network-online.target
-
Additionnal notes
Nothing here.