This website requires JavaScript.
Explore
Help
Sign In
Qubes
/
core-agent-linux
Watch
1
Star
0
Fork
0
You've already forked core-agent-linux
Code
Issues
Pull Requests
Releases
Wiki
Activity
0a322958e4
core-agent-linux
/
vm-systemd
/
getty@tty.service.d
/
30_qubes.conf
4 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
vm-systemd: Add systemd drop-in support which include conditionals to prevent services from starting Added all the drop-ins and remove older .service overrides
2015-07-24 11:05:44 +02:00
[Unit]
ConditionPathExists=/var/run/qubes-service/getty@tty
systemd: order units checking for qubes-service after qubes-sysinit Files in /var/run/qubes-service are created by qubes-sysinit.service. So defer that condition check after that service start. Thanks @adrelanos for the report. Fixes QubesOS/qubes-issues#1985
2016-05-12 00:15:14 +02:00
After=qubes-sysinit.service
Reference in New Issue
Copy Permalink