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:
Miroslav Genov 2016-03-30 10:26:26 +03:00
parent 67cdf21c62
commit 9ac58b31e3
1 changed files with 5 additions and 1 deletions

View File

@ -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