add DROPINS for org.cups.cupsd systemd files.
This commit is contained in:
parent
d44c8acdeb
commit
4b5332081e
1
Makefile
1
Makefile
@ -51,6 +51,7 @@ DROPIN_DIR ?= "lib/systemd/system"
|
||||
DROPINS := chronyd.service crond.service cups.service cups.path cups.socket ModemManager.service
|
||||
DROPINS += NetworkManager.service NetworkManager-wait-online.service ntpd.service getty@tty.service
|
||||
DROPINS += tmp.mount
|
||||
DROPINS += org.cups.cupsd.service org.cups.cupsd.path org.cups.cupsd.socket
|
||||
|
||||
# Debian Dropins
|
||||
ifeq ($(shell lsb_release -is), Debian)
|
||||
|
@ -517,6 +517,9 @@ The Qubes core startup configuration for SystemD init.
|
||||
/lib/systemd/system/cups.service.d/30_qubes.conf
|
||||
/lib/systemd/system/cups.socket.d/30_qubes.conf
|
||||
/lib/systemd/system/cups.path.d/30_qubes.conf
|
||||
/lib/systemd/system/org.cups.cupsd.service.d/30_qubes.conf
|
||||
/lib/systemd/system/org.cups.cupsd.socket.d/30_qubes.conf
|
||||
/lib/systemd/system/org.cups.cupsd.path.d/30_qubes.conf
|
||||
/lib/systemd/system/getty@tty.service.d/30_qubes.conf
|
||||
/lib/systemd/system/ModemManager.service.d/30_qubes.conf
|
||||
/lib/systemd/system/NetworkManager.service.d/30_qubes.conf
|
||||
|
2
vm-systemd/org.cups.cupsd.path.d/30_qubes.conf
Normal file
2
vm-systemd/org.cups.cupsd.path.d/30_qubes.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
ConditionPathExists=/var/run/qubes-service/cups
|
2
vm-systemd/org.cups.cupsd.service.d/30_qubes.conf
Normal file
2
vm-systemd/org.cups.cupsd.service.d/30_qubes.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
ConditionPathExists=/var/run/qubes-service/cups
|
2
vm-systemd/org.cups.cupsd.socket.d/30_qubes.conf
Normal file
2
vm-systemd/org.cups.cupsd.socket.d/30_qubes.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
ConditionPathExists=/var/run/qubes-service/cups
|
Loading…
Reference in New Issue
Block a user