Add systemd --user service for the watch daemon
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
release / build (push) Successful in 37s
Build and publish package / package (push) Successful in 1m0s

breadcrumbs had a watch subcommand meant to run continuously but no
systemd unit anywhere, so bakery installs never actually started it -
Wi-Fi profile config in bos-settings had no daemon consuming it.
This commit is contained in:
Breadway 2026-07-03 17:56:06 +08:00
parent 3b6e37ecfe
commit 2418cb900c
5 changed files with 32 additions and 3 deletions

View file

@ -33,6 +33,7 @@ jobs:
> "${PKG_DIR}/breadcrumbs-x86_64.sha256"
cp src/breadcrumbs.example.toml "${PKG_DIR}/"
cp src/bakery.toml "${PKG_DIR}/bakery.toml"
cp src/contrib/breadcrumbs.service "${PKG_DIR}/"
ln -sfn "${VERSION}" "/srv/breadway-dl/breadcrumbs/latest"
- name: regenerate index.json