mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
6
dist/systemd/nomad.service
vendored
6
dist/systemd/nomad.service
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user