tsuki/nhk-easy-news-scraper: temporarily disable statedir + bindmount

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-10 00:48:02 +02:00
parent e3cedee060
commit a6c24b04a1
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ in {
ProtectProc = "invisible";
ProtectSystem = "strict";
WorkingDirectory = "/data/scrapers/nhk-easy-news";
BindPaths = [ WorkingDirectory ];
# BindPaths = [ WorkingDirectory ];
ReadWritePaths = [ WorkingDirectory ];
StateDirectory = "nhk-easy-news-scraper";
StateDirectoryMode = "0755";
# StateDirectory = "nhk-easy-news-scraper";
# StateDirectoryMode = "0755";
};
};