mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-07 09:31:37 +01:00
This had caused it to not be enabled thus not being started after reboot
and the database invalidation being inactive causing stale databases.
Fixes: 55781887 ("fastly_origin: Add new role for db invalidation")
Link: https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/778#note_381203
Signed-off-by: Christian Heusel <christian@heusel.eu>
9 lines
163 B
SYSTEMD
9 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Watching /srv/ftp/%i/os/x86_64/%i.db.tar.gz for changes
|
|
|
|
[Path]
|
|
PathChanged=/srv/ftp/%i/os/x86_64/%i.db.tar.gz
|
|
|
|
[Install]
|
|
WantedBy=paths.target
|