diff options
Diffstat (limited to 'community/inn/innd.service')
-rw-r--r-- | community/inn/innd.service | 16 |
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 |