From c5a217a1b45bc6e061bfb81a4e102024ae194aca Mon Sep 17 00:00:00 2001 From: Kenneth Feng Date: Sat, 28 May 2016 17:12:57 -0400 Subject: [PATCH] Add reload command to systemd unit file --- dist/systemd/nomad.service | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/systemd/nomad.service b/dist/systemd/nomad.service index aa885f785..445451527 100644 --- a/dist/systemd/nomad.service +++ b/dist/systemd/nomad.service @@ -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]