open-nomad/dist/systemd/nomad.service
Miroslav Genov 9ac58b31e3 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
2016-03-30 10:26:26 +03:00

11 lines
186 B
Desktop File

[Unit]
Description=Nomad
Documentation=https://nomadproject.io/docs/
[Service]
ExecStart=/usr/bin/nomad agent -config /etc/nomad
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target