Add reload command to systemd unit file
This commit is contained in:
parent
75bd7a50f7
commit
c5a217a1b4
|
@ -4,6 +4,7 @@ Documentation=https://nomadproject.io/docs/
|
|||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nomad agent -config /etc/nomad
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
LimitNOFILE=65536
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue