File tree Expand file tree Collapse file tree 7 files changed +32
-0
lines changed
systemd-nsresourced.service.d
systemd-nsresourced.socket.d
systemd-userdbd.service.d Expand file tree Collapse file tree 7 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 57
57
SYSTEM_DROPINS += polkit.service
58
58
SYSTEM_DROPINS += abrtd.service
59
59
SYSTEM_DROPINS += bluetooth.service
60
+ SYSTEM_DROPINS += systemd-nsresourced.service
61
+ SYSTEM_DROPINS += systemd-nsresourced.socket
62
+ SYSTEM_DROPINS += systemd-userdbd.service
63
+ SYSTEM_DROPINS += systemd-userdbd.socket
60
64
61
65
SYSTEM_DROPINS_NETWORKING := NetworkManager.service NetworkManager-wait-online.service
62
66
SYSTEM_DROPINS_NETWORKING += tinyproxy.service
Original file line number Diff line number Diff line change 109
109
lib/systemd/system/sysinit.target.d/30_qubes.conf
110
110
lib/systemd/system/systemd-timesyncd.service.d/30_qubes.conf
111
111
lib/systemd/system/systemd-logind.service.d/30_qubes.conf
112
+ lib/systemd/system/systemd-nsresourced.service.d/30_qubes.conf
113
+ lib/systemd/system/systemd-nsresourced.socket.d/30_qubes.conf
114
+ lib/systemd/system/systemd-userdbd.service.d/30_qubes.conf
115
+ lib/systemd/system/systemd-userdbd.socket.d/30_qubes.conf
112
116
lib/systemd/resolved.conf.d/30_resolved-no-mdns-or-llmnr.conf
113
117
usr/lib/sysctl.d/20-qubes-core.conf
114
118
usr/lib/systemd/user/tracker-extract-3.service.d/30_qubes.conf
Original file line number Diff line number Diff line change @@ -1310,6 +1310,10 @@ The Qubes core startup configuration for SystemD init.
1310
1310
%_unitdir/tmp.mount.d/30_qubes.conf
1311
1311
%dir %_unitdir/sysinit.target.d
1312
1312
%_unitdir/sysinit.target.d/30_qubes.conf
1313
+ %_unitdir/systemd-nsresourced.service.d/30_qubes.conf
1314
+ %_unitdir/systemd-nsresourced.socket.d/30_qubes.conf
1315
+ %_unitdir/systemd-userdbd.service.d/30_qubes.conf
1316
+ %_unitdir/systemd-userdbd.socket.d/30_qubes.conf
1313
1317
%dir %_userunitdir/*.service.d
1314
1318
%_userunitdir/tracker-extract-3.service.d/30_qubes.conf
1315
1319
%_userunitdir/tracker-miner-fs-3.service.d/30_qubes.conf
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ # Needs to be started as it creates /var/run/qubes-service/* files
3
+ After=qubes-sysinit.service
4
+ ConditionPathExists=!/var/run/qubes-service/minimal-netvm
5
+ ConditionPathExists=!/var/run/qubes-service/minimal-usbvm
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ # Needs to be started as it creates /var/run/qubes-service/* files
3
+ After=qubes-sysinit.service
4
+ ConditionPathExists=!/var/run/qubes-service/minimal-netvm
5
+ ConditionPathExists=!/var/run/qubes-service/minimal-usbvm
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ # Needs to be started as it creates /var/run/qubes-service/* files
3
+ After=qubes-sysinit.service
4
+ ConditionPathExists=!/var/run/qubes-service/minimal-netvm
5
+ ConditionPathExists=!/var/run/qubes-service/minimal-usbvm
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ # Needs to be started as it creates /var/run/qubes-service/* files
3
+ After=qubes-sysinit.service
4
+ ConditionPathExists=!/var/run/qubes-service/minimal-netvm
5
+ ConditionPathExists=!/var/run/qubes-service/minimal-usbvm
You can’t perform that action at this time.
0 commit comments