can't be bothered writing a commit message
This commit is contained in:
parent
f4996e495f
commit
d823edc14e
12 changed files with 1971 additions and 573 deletions
15
packaging/breadbox-sync.service
Normal file
15
packaging/breadbox-sync.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue