Fix executable name.

And print out missing params more neatly.
This commit is contained in:
2023-03-21 08:40:54 -07:00
parent 1e350b655f
commit 77f6bd1613
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ in {
];
ExecStart = pkgs.writeShellScript "suanni-server.sh"
(concatStringsSep " " ([
"suanni-server"
"suanni.server"
"--hostname=${cfg.event-listener.hostname}"
"--port=${toString cfg.event-listener.port}"
"--synology-host=${cfg.synology-client.host}"