toString port
This commit is contained in:
parent
ec6a0c2000
commit
88d5dfd499
@ -83,7 +83,7 @@ in {
|
||||
Group = cfg.group;
|
||||
|
||||
ExecStart =
|
||||
"${cfg.package}/bin/pots -port ${cfg.port}";
|
||||
"${cfg.package}/bin/pots -port ${toString cfg.port}";
|
||||
EnvironmentFile = cfg.envFile;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user