-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ensure-sysext: drop daemon-reload command #96
base: flatcar-master
Are you sure you want to change the base?
Conversation
f9b63b9
to
81e3f7c
Compare
systemd/system/ensure-sysext.service
Outdated
@@ -11,7 +11,6 @@ ConditionDirectoryNotEmpty=|/usr/lib/extensions | |||
[Service] | |||
Type=oneshot | |||
RemainAfterExit=yes | |||
ExecStart=/usr/bin/systemctl daemon-reload | |||
ExecStart=/usr/bin/systemctl restart --no-block sockets.target timers.target multi-user.target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most things are also converted to use Upholds=
, I think we should also drop this line here (and call it out in the changelog).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we drop this line too we can actually drop this unit.
I think we can use this now |
systemd-sysext will perform a daemon-reload for each merge / unmerge / refresh action. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
6c15b3f
to
db06907
Compare
Oh yes - 1y later! Rebased and kicked off a CI, let's see how it goes. |
systemd-sysext will perform a daemon-reload for each merge / unmerge / refresh action.
Related to: flatcar/Flatcar#984