Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 629 Bytes

README.Linux.md

File metadata and controls

24 lines (17 loc) · 629 Bytes

pizauth on Linux

Pizauth comes with a systemd unit and example configurations. To start pizauth:

$ systemctl --user start pizauth.service

If you want pizauth to start on login, run

$ systemctl --user enable pizauth.service

In /usr/share/examples/pizauth/systemd-dropins are templates for saving pizauth dumps encrypted with age and gpg. To use them, run

$ systemctl --user edit pizauth.service

and paste whichever of the templates suits you in the file systemctl opens. Make sure to modify the references to private/public keys/IDs in the temalpte file to point to your keys/IDs.