From c171e62d520fb3d6bcdf560757c0cf5dc14a5f15 Mon Sep 17 00:00:00 2001 From: wzeth Date: Sun, 12 Jun 2016 05:37:19 -0400 Subject: [PATCH] oops made a typo --- contrib/configs/systemd/nntpchan.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/configs/systemd/nntpchan.service b/contrib/configs/systemd/nntpchan.service index a6e8c52..b31dd52 100644 --- a/contrib/configs/systemd/nntpchan.service +++ b/contrib/configs/systemd/nntpchan.service @@ -6,7 +6,7 @@ Requires=redis_6379.service Type=simple WorkingDirectory=/opt/nntpchan ExecStart=/opt/nntpchan/srndv2 run -ExecStop=/bin/kil -15 $MAINPID +ExecStop=/bin/kill -15 $MAINPID Restart=always [Install]