mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-02 19:30:57 -05:00
16 lines
326 B
SYSTEMD
16 lines
326 B
SYSTEMD
|
[Unit]
|
||
|
Description=Trigger udev events for constellation
|
||
|
Before=blockdev@dev-mapper-state.target
|
||
|
Requires=systemd-udevd.service
|
||
|
After=systemd-udev-trigger.service
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=-udevadm trigger -v
|
||
|
RemainAfterExit=yes
|
||
|
TimeoutSec=infinity
|
||
|
|
||
|
[Install]
|
||
|
RequiredBy=dev-mapper-state.device
|