2018-12-17 17:40:09 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Nomad Agent
|
|
|
|
Requires=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2019-03-19 22:18:12 +00:00
|
|
|
ExecStart=/usr/local/bin/nomad agent -config /etc/nomad.d
|
|
|
|
KillMode=process
|
|
|
|
KillSignal=SIGINT
|
|
|
|
LimitNOFILE=infinity
|
|
|
|
LimitNPROC=infinity
|
2019-05-08 03:26:04 +00:00
|
|
|
TasksMax=infinity
|
2019-03-19 22:18:12 +00:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=2
|
2019-05-08 03:26:04 +00:00
|
|
|
|
|
|
|
# systemd>=230 prefer StartLimitIntervalSec,StartLimitBurst in Unit,
|
|
|
|
# however Ubuntu 16.04 only has systemd==229. Use these old style settings
|
|
|
|
# as they will be supported by newer systemds.
|
2019-03-19 22:18:12 +00:00
|
|
|
StartLimitBurst=3
|
2019-05-08 03:26:04 +00:00
|
|
|
StartLimitInterval=10
|
2018-12-17 17:40:09 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|