Add reload command to systemd unit file

This commit is contained in:
Kenneth Feng 2016-05-28 17:12:57 -04:00
parent 75bd7a50f7
commit c5a217a1b4
1 changed files with 1 additions and 0 deletions

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]