Remove unused cups.service file.
We ship the one from cups-systemd-socket.patch
This commit is contained in:
parent
9db046f6c4
commit
72e2830726
15
cups.service
15
cups.service
@ -1,15 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=CUPS scheduler
|
|
||||||
Requires=printer.target
|
|
||||||
After=syslog.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=forking
|
|
||||||
PIDFile=/var/run/cupsd.pid
|
|
||||||
ExecStartPre=/usr/sbin/cupsd -t
|
|
||||||
ExecStart=/usr/sbin/cupsd
|
|
||||||
ExecStartPost=/sbin/udevadm trigger --subsystem-match=usb --attr-match=bInterfaceClass=07 --attr-match=bInterfaceSubClass=01 --action=add
|
|
||||||
ExecStartPost=/sbin/udevadm trigger --subsystem-match=usb --property-match=DEVNAME="/dev/usb/lp*" --action=add
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in New Issue
Block a user