oparl: run oparl-scraper after tmpfiles

This commit is contained in:
Astro 2022-05-28 03:23:00 +02:00
parent 9b75d9eef8
commit 29a55298cd
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ in
systemd.services.oparl-scraper = {
wantedBy = [ "multi-user.target" ];
after = [ "systemd-tmpfiles-setup.service" ];
startAt = "daily";
serviceConfig = {
User = "oparl";