can't be bothered writing a commit message

This commit is contained in:
Breadway 2026-05-24 18:57:01 +08:00
parent f4996e495f
commit d823edc14e
12 changed files with 1971 additions and 573 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=Breadbox icon sync
Documentation=https://github.com/breadway/breadbox
After=network.target
[Service]
Type=oneshot
ExecStart=%h/.cargo/bin/breadbox-sync
StandardOutput=journal
StandardError=journal
# Allow up to 2 minutes for slow icon downloads
TimeoutStartSec=120
[Install]
WantedBy=default.target