aboutsummarylogtreecommitdiffstats
path: root/lpd.service
blob: e4c0f7c2601a4d0d0c1038b01c7edb511002c68e (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/bin/lpd
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multi-user.target