2015-12-02 19:33:44 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Nomad
|
|
|
|
Documentation=https://nomadproject.io/docs/
|
|
|
|
|
|
|
|
[Service]
|
2016-03-30 07:26:26 +00:00
|
|
|
ExecStart=/usr/bin/nomad agent -config /etc/nomad
|
2016-05-28 21:12:57 +00:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2016-03-30 07:26:26 +00:00
|
|
|
LimitNOFILE=65536
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|