summarylogtreecommitdiffstats
path: root/krenew.service
AgeCommit message (Collapse)Author
2022-09-12always restart on SIGALRMMantas Mikulėnas
k5start uses SIGALRM internally, so a common hack is to send it one from the outside (via `pkill -ALRM k5start` from NetworkManager, for example) to force renewals. However, sometimes that occurs when k5start *doesn't* have its SIGALRM handler set up, so the result is that the service just crashes. (It's not a good hack.)
2022-02-26enable -t option by default in unit filesMantas Mikulėnas
Makes it easier to use drop-ins for enabling aklog where OpenAFS is actually installed. Don't ask why I have OpenAFS installed, I don't know that myself.
2022-02-22add kstart.serviceMantas Mikulėnas
Keeping the credentials in a keytab is a bit insecure, but... eh, it's on LUKS and it's better than nothing, so I'll use it while GNOME Online Accounts' Kerberos support remains broken. [1][2] [2]: https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/28 [1]: https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/160
2020-10-31make the krenew service be less verboseMantas Mikulėnas
2020-10-25run service with '-a' option (renew on every wakeup)Mantas Mikulėnas
2015-06-08initial commitMantas Mikulėnas