smeserver-LPRng/root/usr/lib/systemd/system/lpd.service

17 lines
260 B
SYSTEMD
Raw Normal View History

[Unit]
Description=lpd, LPRng print spool
After=network.target
[Service]
Type=simple
User=root
Group=root
Restart=always
RestartSec=2
TimeoutSec=0
ExecStartPre=/sbin/e-smith/service-status lpd
ExecStart=/usr/sbin/lpd -F
[Install]
WantedBy=sme-server.target