nomad/examples: update systemd config files
The existing nomad.service is having minor configuration and this change adds the following: * Install section that allows nomad to be able enabled in systemd * Default limit of open files is set to 65536
This commit is contained in:
parent
67cdf21c62
commit
9ac58b31e3
4
dist/systemd/nomad.service
vendored
4
dist/systemd/nomad.service
vendored
|
@ -4,3 +4,7 @@ Documentation=https://nomadproject.io/docs/
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/nomad agent -config /etc/nomad
|
ExecStart=/usr/bin/nomad agent -config /etc/nomad
|
||||||
|
LimitNOFILE=65536
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue