6dd417b710
- udev is GPL-2.0, the rest remains LGPL-2.1+ (bnc#787824) OBS-URL: https://build.opensuse.org/request/show/139993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=111
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
[Unit]
|
|
Description=create /dev/root symlink with dynamic rule
|
|
Before=udev.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/lib/udev/write_dev_root_rule
|