summaryrefslogtreecommitdiff
path: root/units/systemd-sysext.service
diff options
context:
space:
mode:
Diffstat (limited to 'units/systemd-sysext.service')
-rw-r--r--units/systemd-sysext.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-sysext.service b/units/systemd-sysext.service
index 9a8d4ebc5f..117591e897 100644
--- a/units/systemd-sysext.service
+++ b/units/systemd-sysext.service
@@ -25,7 +25,8 @@ Before=shutdown.target initrd-switch-root.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=systemd-sysext merge
+ExecStart=systemd-sysext refresh
+ExecReload=systemd-sysext refresh
ExecStop=systemd-sysext unmerge
[Install]