Skip to content

Commit

Permalink
ensure-sysext: drop daemon-reload command
Browse files Browse the repository at this point in the history
systemd-sysext will perform a daemon-reload for each merge / unmerge /
refresh action.

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Apr 17, 2023
1 parent 17224c8 commit 81e3f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion systemd/system/ensure-sysext.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
[Install]
WantedBy=sysinit.target

0 comments on commit 81e3f7c

Please sign in to comment.