]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udev-load-credentials.service
units: introduce systemd-udev-load-credentials.service
[thirdparty/systemd.git] / units / systemd-udev-load-credentials.service
CommitLineData
5700e755
YW
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=Load udev Rules from Credentials
12Documentation=man:udevadm(8)
13Documentation=man:udev(7)
14Documentation=man:systemd.system-credentials(7)
15
16DefaultDependencies=no
17Before=systemd-udevd.service
18Conflicts=shutdown.target initrd-switch-root.target
19Before=shutdown.target initrd-switch-root.target
20
21[Service]
22Type=oneshot
23RemainAfterExit=yes
24ExecStart=udevadm control --load-credentials
25ImportCredential=udev.conf.*
26ImportCredential=udev.rules.*
27
28[Install]
29WantedBy=sysinit.target