1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # This file is part of systemd.
5 # systemd is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
11 Description=Merge System Extension Images into /usr/ and /opt/
12 Documentation=man:systemd-sysext.service(8)
14 ConditionCapability=CAP_SYS_ADMIN
15 ConditionDirectoryNotEmpty=|/etc/extensions
16 ConditionDirectoryNotEmpty=|/run/extensions
17 ConditionDirectoryNotEmpty=|/var/lib/extensions
18 ConditionDirectoryNotEmpty=|/.extra/sysext
20 DefaultDependencies=no
22 Before=sysinit.target systemd-tmpfiles-setup.service
23 Conflicts=shutdown.target initrd-switch-root.target
24 Before=shutdown.target initrd-switch-root.target
29 ExecStart=systemd-sysext refresh
30 ExecReload=systemd-sysext refresh
31 ExecStop=systemd-sysext unmerge
34 WantedBy=sysinit.target