mirror of
https://codeberg.org/icewind/tasmota-backup.git
synced 2026-06-03 14:24:08 +02:00
fix missing user in module
This commit is contained in:
parent
0b4d4f52df
commit
2806e31453
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ in
|
|||
"device_password:${cfg.devicePasswordFile}"
|
||||
];
|
||||
ReadWritePaths = [ cfg.outputPath ];
|
||||
User = "tasmota-backup";
|
||||
Restart = "on-failure";
|
||||
PrivateTmp = true;
|
||||
ProtectSystem = "strict";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue