Skip to content

majestrate/aged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgeD

DBus Based Age Verification Toy Program.

Runs on the session bus for each user.

Building

$ go get -u github.com/majestrate/aged/cmd/aged

Build with sd_notify support:

$ go get -u -tags=systemd github.com/majestrate/aged/cmd/aged

Usage

First populate the date of birth for the current user:

$ echo "2001-09-11" > ~/.config/birthday

Run the daemon:

$ aged

Call via dbus-send:

$ dbus-send --print-reply --session --dest=org.freedesktop.AgeVerification1 /org/freedesktop/AgeVerification1 org.freedesktop.AgeVerification1.GetAgeBracket 

About

DBus Age Verification Daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages