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}"
];
ReadWritePaths = [ cfg.outputPath ];
User = "tasmota-backup";
Restart = "on-failure";
PrivateTmp = true;
ProtectSystem = "strict";