summaryrefslogtreecommitdiff
path: root/nshd.service.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 16:59:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 16:59:58 -0400
commite73f3527e0c4ccfc722b3c361c96cd55822c30c1 (patch)
tree141305a16b6b816d2e44260c28c568908774ffa7 /nshd.service.in
parent13c0d03f324c61e12708ee7184cc37554edc92f7 (diff)
systemd: learn how to reload
Diffstat (limited to 'nshd.service.in')
-rw-r--r--nshd.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/nshd.service.in b/nshd.service.in
index 4497171..19427d8 100644
--- a/nshd.service.in
+++ b/nshd.service.in
@@ -5,5 +5,6 @@ Requires=nshd.socket
[Service]
Type=notify
ExecStart=@bindir@/nshd
+ExecReload=/bin/kill -HUP $MAINPID
User=@user@