fix missing user in module

This commit is contained in:
Robin Appelman 2024-10-30 19:58:27 +01:00
commit 2806e31453

View file

@ -84,6 +84,7 @@ in
"device_password:${cfg.devicePasswordFile}" "device_password:${cfg.devicePasswordFile}"
]; ];
ReadWritePaths = [ cfg.outputPath ]; ReadWritePaths = [ cfg.outputPath ];
User = "tasmota-backup";
Restart = "on-failure"; Restart = "on-failure";
PrivateTmp = true; PrivateTmp = true;
ProtectSystem = "strict"; ProtectSystem = "strict";