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