21 lines
744 B
Desktop File
21 lines
744 B
Desktop File
# levineuwirth.org link-rot scan — runs `make archive-check` in the repo.
|
|
#
|
|
# Installed as a symlink into this repo (so edits here take effect after
|
|
# `systemctl --user daemon-reload`):
|
|
#
|
|
# systemctl --user link ~/Repos/levineuwirth.org/systemd/archive-check.service
|
|
# systemctl --user enable --now ~/Repos/levineuwirth.org/systemd/archive-check.timer
|
|
#
|
|
# The scan only updates the gitignored data/archive-state.json; the next
|
|
# `make deploy` consumes it. See ARCHIVE.md — Link-rot detection.
|
|
|
|
[Unit]
|
|
Description=levineuwirth.org link-rot scan (archive.py check)
|
|
Documentation=file://%h/Repos/levineuwirth.org/ARCHIVE.md
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=%h/Repos/levineuwirth.org
|
|
ExecStart=/usr/bin/make archive-check
|
|
Nice=10
|