1:255.13-alt1
[systemd_ALT.git] / units / systemd-sysext.service
blob5c11eba7c974d3d2cf0657c421d3f2d669244f95
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.
10 [Unit]
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
21 After=local-fs.target
22 Before=sysinit.target systemd-tmpfiles-setup.service
23 Conflicts=shutdown.target initrd-switch-root.target
24 Before=shutdown.target initrd-switch-root.target
26 [Service]
27 Type=oneshot
28 RemainAfterExit=yes
29 ExecStart=systemd-sysext refresh
30 ExecReload=systemd-sysext refresh
31 ExecStop=systemd-sysext unmerge
33 [Install]
34 WantedBy=sysinit.target