firstboot: fix crash when hostname question is skipped
[systemd.io.git] / units / systemd-sysext.service
blob672faa946ffceb2844c786e246eff24064f0c399
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 ConditionPathExists=!/etc/initrd-release
20 DefaultDependencies=no
21 After=local-fs.target
22 Before=sysinit.target systemd-tmpfiles-setup.service
23 Conflicts=shutdown.target
24 Before=shutdown.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