Switch from Systemd to Enit

This commit is contained in:
2025-03-12 12:49:39 +02:00
parent 9d2d2413a6
commit a7607ac5a6
5 changed files with 12 additions and 30 deletions
+7
View File
@@ -0,0 +1,7 @@
name: dhcpcd
description: run dhcpcd on all clients
dependencies: ["udevd"]
type: background
start_cmd: dhcpcd -q -B
exit_method: kill
restart: true