Files
miasma-installer/examples/danklinux/internal/server/loginctl/constants.go
tumillanino 33dd952ad4
Some checks failed
Build / build (push) Failing after 5m23s
updated the installer so that it should actually work
2025-11-11 18:57:02 +11:00

10 lines
299 B
Go

package loginctl
const (
dbusDest = "org.freedesktop.login1"
dbusPath = "/org/freedesktop/login1"
dbusManagerInterface = "org.freedesktop.login1.Manager"
dbusSessionInterface = "org.freedesktop.login1.Session"
dbusPropsInterface = "org.freedesktop.DBus.Properties"
)