Merge pull request #1212 from kennethzfeng/master

Add reload command to systemd unit file
This commit is contained in:
Diptanu Choudhury
2016-05-28 19:27:49 -07:00

View File

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