summaryrefslogtreecommitdiff
path: root/community/inn/innd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/inn/innd.service
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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