9ac58b31e3
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
11 lines
186 B
Desktop File
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
|