summarylogtreecommitdiffstats
path: root/innd.service
blob: 724baf90c61681c365dbdd4b04075dcd136ff210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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