Skip to content

Commit

Permalink
Merge pull request #112 from mike-nguyen/systemd_workaround
Browse files Browse the repository at this point in the history
issuegen.service: workaround systemd patch
  • Loading branch information
cgwalters authored Aug 2, 2022
2 parents 39eef27 + 4815dc4 commit d37b619
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Description=Generate console-login-helper-messages issue snippet
Documentation=https://github.com/coreos/console-login-helper-messages
Before=systemd-user-sessions.service
After=console-login-helper-messages-issuegen.path
# Only run if source directories have `.issue` files.
ConditionPathExistsGlob=|/run/console-login-helper-messages/issue.d/*.issue
ConditionPathExistsGlob=|/etc/console-login-helper-messages/issue.d/*.issue
# Set rate limit to twice per second just in case. With `ExecStartPre=` below,
# we should not have any systemd 'start-limit-hit' failures.
StartLimitIntervalSec=1
Expand Down

0 comments on commit d37b619

Please sign in to comment.