archrelease: copy trunk to community-any
[ArchLinux/community.git] / inn / trunk / innd.service
blob724baf90c61681c365dbdd4b04075dcd136ff210
1 [Unit]
2 Description=Inetnet News Daemon
3 After=syslog.target network.target
4 ConditionPathExists=/etc/inn/inn.conf
6 [Service]
7 User=news
8 PermissionsStartOnly=true
9 PIDFile=/run/inn/innd.pid
10 Type=forking
11 ExecStart=/usr/bin/rc.news
12 ExecStop=/bin/su -m news -c '/usr/bin/rc.news stop'
13 KillMode=control-group
15 [Install]
16 WantedBy=multi-user.target