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]