1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 10:47:02 +00:00
home-manager/tests/modules/services/tldr-update/tldr-update.service
Perchun Pak b0bd29bb4b
tldr-update: init (#6401)
Adds `tldr-update` module for enabling automatic `tldr update` on a schedule.
Adds option to `tealdeer` to enable integration with new `tldr-update` module.
2025-02-10 08:34:12 -06:00

8 lines
133 B
Desktop File

[Service]
ExecStart=@tldr@/bin/dummy --update
Type=oneshot
[Unit]
Description=Update tldr CLI cache
Documentation=https://tldr.sh/