smeserver-LPRng/root/usr/lib/systemd/system/lpd.service
2024-04-18 12:45:19 -04:00

17 lines
260 B
Desktop File

[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