module readwritepaths

This commit is contained in:
Robin Appelman 2024-01-27 18:54:14 +01:00
commit 0721bfc5c1

View file

@ -73,6 +73,7 @@ in {
serviceConfig = {
ExecStart = "${cfg.package}/bin/tasmota-backup ${configFile}";
ReadWritePaths = [cfg.outputPath];
Restart = "on-failure";
DynamicUser = true;
PrivateTmp = true;