]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-sysext.service
po: Translated using Weblate (Indonesian)
[thirdparty/systemd.git] / units / systemd-sysext.service
CommitLineData
205e5bcc
LP
1# SPDX-License-Identifier: LGPL-2.1-or-later
2#
3# This file is part of systemd.
4#
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.
9
10[Unit]
11Description=Merge System Extension Images into /usr/ and /opt/
12Documentation=man:systemd-sysext.service(8)
9810e419 13
205e5bcc
LP
14ConditionCapability=CAP_SYS_ADMIN
15ConditionDirectoryNotEmpty=|/etc/extensions
16ConditionDirectoryNotEmpty=|/run/extensions
17ConditionDirectoryNotEmpty=|/var/lib/extensions
73740c9f 18ConditionDirectoryNotEmpty=|/.extra/sysext
205e5bcc 19
9810e419
ZJS
20DefaultDependencies=no
21After=local-fs.target
23c4c034 22Before=sysinit.target systemd-tmpfiles-setup.service
7c0e2b55
ZJS
23Conflicts=shutdown.target initrd-switch-root.target
24Before=shutdown.target initrd-switch-root.target
9810e419 25
205e5bcc
LP
26[Service]
27Type=oneshot
28RemainAfterExit=yes
721412ac
KL
29ExecStart=systemd-sysext refresh
30ExecReload=systemd-sysext refresh
8662fcbc 31ExecStop=systemd-sysext unmerge
205e5bcc
LP
32
33[Install]
34WantedBy=sysinit.target