mirror of https://github.com/status-im/NimYAML.git
typo2
This commit is contained in:
parent
3cb4c5910e
commit
674c64bc82
|
@ -120,7 +120,7 @@
|
|||
systemd.services.dsa41generator = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
after = ["network.target"];
|
||||
serviceConfig.ExecStart = ''${webdocs}/bin/server --address "${cfg.address}" --port ${cfg.port}'';
|
||||
serviceConfig.ExecStart = ''${webdocs}/bin/server --address "${cfg.address}" --port ${toString cfg.port}'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue