From 2d25b349f73389c37fcf38d856f12bd96ca1b8e4 Mon Sep 17 00:00:00 2001 From: wzeth Date: Sun, 12 Jun 2016 05:34:59 -0400 Subject: [PATCH] Oops wrong dir --- contrib/config/nntpchan.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 contrib/config/nntpchan.service diff --git a/contrib/config/nntpchan.service b/contrib/config/nntpchan.service deleted file mode 100644 index a6e8c52..0000000 --- a/contrib/config/nntpchan.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=NNTPChan Server -Requires=redis_6379.service - -[Service] -Type=simple -WorkingDirectory=/opt/nntpchan -ExecStart=/opt/nntpchan/srndv2 run -ExecStop=/bin/kil -15 $MAINPID -Restart=always - -[Install] -WantedBy=multi-user.target