1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/debuginfod/files/packagelist.service
Morten Linderud e3cfb02e6e debuginfod: Implement index website
Signed-off-by: Morten Linderud <morten@linderud.pw>
2022-02-04 21:13:19 +00:00

7 lines
182 B
SYSTEMD

[Unit]
Description=Synchronize package list
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "find /srv/ftp/pool/*-debug/ -type f -not -name *.sig > /srv/http/debuginfod/packages"