summaryrefslogtreecommitdiff
path: root/units/systemd-sysext.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-19 19:57:56 +0100
committerLennart Poettering <lennart@poettering.net>2021-01-20 17:50:23 +0100
commit8662fcbcf1f31725998bd1ebe706ac813b053962 (patch)
treeef419ce44d80c09be06e799481ec19da0d30fa9b /units/systemd-sysext.service
parent9901835d80adc6358a7092d3cb3bbd7689d63caa (diff)
downloadsystemd-8662fcbcf1f31725998bd1ebe706ac813b053962.tar.gz
sysext: rework command line interface to be verb-based
As suggested by @yuwata: https://github.com/systemd/systemd/pull/18181#pullrequestreview-570826113
Diffstat (limited to 'units/systemd-sysext.service')
-rw-r--r--units/systemd-sysext.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-sysext.service b/units/systemd-sysext.service
index cc31f9ca9b..35b5edca1d 100644
--- a/units/systemd-sysext.service
+++ b/units/systemd-sysext.service
@@ -24,8 +24,8 @@ ConditionDirectoryNotEmpty=|/usr/lib/extensions
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=systemd-sysext --merge
-ExecStop=systemd-sysext --unmerge
+ExecStart=systemd-sysext merge
+ExecStop=systemd-sysext unmerge
[Install]
WantedBy=sysinit.target