|
[Unit]
|
|
Description=Nomad
|
|
Documentation=https://nomadproject.io/docs/
|
|
|
|
[Service]
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
ExecStart=/usr/bin/nomad agent -config /etc/nomad
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|