mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
11 lines
229 B
SYSTEMD
11 lines
229 B
SYSTEMD
[Unit]
|
|
Description=udev Retry Failed Events
|
|
DefaultDependencies=no
|
|
After=local-fs.target udev.service
|
|
Before=basic.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=@sbindir@/udevadm trigger --type=failed --action=add
|