Add reload command to systemd unit file

This commit is contained in:
Kenneth Feng
2016-05-28 17:12:57 -04:00
parent d60d801cae
commit aa244aea3f

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]