updated the installer so that it should actually work
Some checks failed
Build / build (push) Failing after 5m23s
Some checks failed
Build / build (push) Failing after 5m23s
This commit is contained in:
9
examples/danklinux/internal/server/loginctl/constants.go
Normal file
9
examples/danklinux/internal/server/loginctl/constants.go
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
)
|
||||
Reference in New Issue
Block a user