treewide: import internal/system

For #24.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-13 01:22:47 +09:00
parent 4e7aab07d5
commit bf5d10743f
20 changed files with 44 additions and 44 deletions

View File

@@ -5,8 +5,8 @@ import (
"hakurei.app/container/fhs"
"hakurei.app/hst"
"hakurei.app/system/acl"
"hakurei.app/system/dbus"
"hakurei.app/internal/system/acl"
"hakurei.app/internal/system/dbus"
)
func init() { gob.Register(new(spDBusOp)) }