udevmand: automatically respawn the service

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2024-05-29 17:59:20 +02:00
parent efbd084f57
commit cef663ab58

View File

@@ -7,5 +7,6 @@ PROG=/usr/sbin/udevmand
start_service() {
procd_open_instance
procd_set_param command "$PROG"
procd_set_param respawn
procd_close_instance
}