forked from pool/systemd
cf0b9591e0
- /var/log/journal is now only provided by systemd-logger (journal won't be persistent for people using another syslog implementation). - install README in /var/log (in systemd-logger) and /etc/init.d - create adm group when installing systemd. - fix path in udev-root-symlink.systemd. - Enforce Requires(post) dependency on libudev in main systemd package (help upgrade). - Ensure configuration is reloaded when upgrading and save random seed when installing. - Create /lib/udev symlink, if we do a fresh install. - Add fix-build-glibc217.patch: fix build with latest glibc. - Add libgcrypt.m4: copy of autoconf macro from libgcrypt, only used to bootstrap systemd-mini. OBS-URL: https://build.opensuse.org/request/show/141318 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=311
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
[Unit]
|
|
Description=create /dev/root symlink with dynamic rule
|
|
Before=udev.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/udev/write_dev_root_rule
|