aboutsummarylogtreecommitdiffstats
path: root/lpd.service
blob: d572a89647d6ef74620d831a109ae3190d640a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Lprng Printer Daemon
After=network.target

[Service]
Type=forking
ExecStart=/usr/sbin/lpd
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multi-user.target