]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - cups/systemd/cups.service
cups: Update to latest stable release 1.6.1.
[people/ms/ipfire-3.x.git] / cups / systemd / cups.service
CommitLineData
dde04de7 1[Unit]
1f9b7ef8
KB
2Description=CUPS scheduler
3Requires=printer.target
4After=syslog.target
dde04de7
SS
5
6[Service]
1f9b7ef8
KB
7Type=forking
8PIDFile=/var/run/cupsd.pid
9ExecStartPre=/usr/sbin/cupsd -t
10ExecStart=/usr/sbin/cupsd
11ExecStartPost=/sbin/udevadm trigger --subsystem-match=usb --attr-match=bInterfaceClass=07 --attr-match=bInterfaceSubClass=01 --action=add
12ExecStartPost=/sbin/udevadm trigger --subsystem-match=usb --property-match=DEVNAME="/dev/usb/lp*" --action=add
dde04de7
SS
13
14[Install]
15WantedBy=multi-user.target