File: leafnode%40.service.in

package info (click to toggle)
leafnode 1.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,488 kB
  • sloc: ansic: 10,961; sh: 1,738; xml: 627; makefile: 258; perl: 84; sed: 4
file content (18 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /etc/systemd/system/leafnode@.service
#
# to start: also install leafnode.socket as activator
# then: systemctl enable --now leafnode.socket
#
[Unit]
Description=Leafnode NNTP Service for small sites
Documentation=man:leafnode(8)
Requires=leafnode.socket

[Service]
User=@NEWS_USER@
Group=news
Type=simple
ExecStart=@-/usr/sbin/tcpd @sbindir@/leafnode
StandardInput=socket
StandardError=journal
TimeoutStopSec=2