mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
fix module
This commit is contained in:
parent
94580d3558
commit
9efddb96aa
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${config.package}/bin/taspromto";
|
ExecStart = "${cfg.package}/bin/taspromto";
|
||||||
EnvironmentFile = cfg.mqttCredentailsFile;
|
EnvironmentFile = cfg.mqttCredentailsFile;
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue