Skip to content

Commit

Permalink
refresh quilt
Browse files Browse the repository at this point in the history
d/p/do-not-block-user-login.patch
  • Loading branch information
TheRealFalcon committed Oct 23, 2023
1 parent c955547 commit 46992d3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions debian/patches/do-not-block-user-login.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
After=snapd.seeded.service
-Before=systemd-user-sessions.service
Wants=network-online.target cloud-config.target
{% if variant == "rhel" %}
ConditionPathExists=!/etc/cloud/cloud-init.disabled
--- a/systemd/cloud-init.service.tmpl
+++ b/systemd/cloud-init.service.tmpl
@@ -38,6 +38,7 @@
Before=shutdown.target
Conflicts=shutdown.target
{% endif %}
+Before=systemd-user-sessions.service
{% if variant == "rhel" %}
ConditionPathExists=!/etc/cloud/cloud-init.disabled
ConditionKernelCommandLine=!cloud-init=disabled

0 comments on commit 46992d3

Please sign in to comment.