mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
10 lines
209 B
SYSTEMD
10 lines
209 B
SYSTEMD
[Unit]
|
|
Description=udev Retry Failed Events
|
|
DefaultDependencies=no
|
|
After=local-fs.target udev.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=@sbindir@/udevadm trigger --type=failed --action=add
|