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
|
@ -3,4 +3,8 @@ Description=Nomad
|
|||
Documentation=https://nomadproject.io/docs/
|
||||
|
||||
[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 New Issue