summaryrefslogtreecommitdiff
path: root/community/inn/innd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/inn/innd.service
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/inn/innd.service')
-rw-r--r--community/inn/innd.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/inn/innd.service b/community/inn/innd.service
deleted file mode 100644
index 724baf90c..000000000
--- a/community/inn/innd.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Inetnet News Daemon
-After=syslog.target network.target
-ConditionPathExists=/etc/inn/inn.conf
-
-[Service]
-User=news
-PermissionsStartOnly=true
-PIDFile=/run/inn/innd.pid
-Type=forking
-ExecStart=/usr/bin/rc.news
-ExecStop=/bin/su -m news -c '/usr/bin/rc.news stop'
-KillMode=control-group
-
-[Install]
-WantedBy=multi-user.target