meta: move target definition files to services/targets/

This commit is contained in:
2026-05-30 19:48:10 +01:00
parent 277d87adb0
commit 64dd5d15a8
7 changed files with 23 additions and 23 deletions
+9
View File
@@ -0,0 +1,9 @@
# vim ft=toml
[unit]
description = "Single-User"
[target]
requires = [
"nsd.service",
"devmd.service"
]