mirror of
https://codeberg.org/icewind/tasmota-backup.git
synced 2026-06-03 22:34:10 +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}"
|
"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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue