diff options
author | Christian Hesse <mail@eworm.de> | 2022-03-29 11:16:53 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-03-29 11:28:29 +0200 |
commit | 324ebdf91bbd5dd642cc7db1ddbb63c29ed3f3a5 (patch) | |
tree | 8bc9d9bb6b1162d70f03a0ebb4b5b1984de461c6 /systemd/tmpfiles.conf | |
parent | 2055076187f2635039ba5acb18430f1f54885142 (diff) | |
download | pacredir-324ebdf91bbd5dd642cc7db1ddbb63c29ed3f3a5.tar.gz pacredir-324ebdf91bbd5dd642cc7db1ddbb63c29ed3f3a5.tar.zst |
pacserve: use empty file for index
This makes monitoring happy... 😊
Diffstat (limited to 'systemd/tmpfiles.conf')
-rw-r--r-- | systemd/tmpfiles.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systemd/tmpfiles.conf b/systemd/tmpfiles.conf index f1da220..2e2be67 100644 --- a/systemd/tmpfiles.conf +++ b/systemd/tmpfiles.conf @@ -1,2 +1,4 @@ d /var/cache/pacman/pkg - - - - d /var/lib/pacman/sync - - - - +d /run/pacserve - - - - +f /run/pacserve/empty - - - - |