tsuki/nhk-easy-news-scraper: temporarily disable statedir + bindmount
This commit is contained in:
parent
e3cedee060
commit
a6c24b04a1
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue