| Age | Commit message (Collapse) | Author |
|
Breaking change: pizauth.service has become Type=notify to reflect the
addition of a startup_cmd in pizauth.conf
This means that unless properly configured, systemd will think pizauth
hung while starting up and kill it.
To configure this, startup_cmd needs to eventually run
systemd-notify --ready --pid=parent
Alternatively, this change can be suppressed by using
systemctl --user edit pizauth.service
and restoring Type=simple (but that might have systemd consider pizauth
as running too early)
Also, the Makefile has been configured to explicitly ask for the systemd
units to be installed.
Also also, the program now ships with pizauth-state-*.service files
that can be used to store/restore the pizauth state in encrypted form.
Some of them need configuration prior to use, see the units for details.
|
|
cf the golden copies on SPDX, the only modification is the absence of a
copyright line, so these shouldn't need installing
|
|
.gitattributes are useful for local configuration, but they shouldn't
have been checked in
|
|
LTO is broken ATM with rust[1], so RFC4 killed the build.
Also package licenses, improve platform detection, and add `git`
makedepend
[1] - gitlab.archlinux.org:packages/pacman!20
|
|
Upstream installs bash completions to standard locations now
|
|
|
|
|
|
|