11 lines
166 B
SYSTEMD
11 lines
166 B
SYSTEMD
|
[Unit]
|
||
|
Description=CUPS Printing Service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/cupsd -f
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
Also=cups.socket cups.path
|
||
|
WantedBy=printer.target
|