|
|
@ -30,7 +30,7 @@ in { |
|
|
|
# systemd unit for miracle-tv-server |
|
|
|
systemd.services.gensoc-status = { |
|
|
|
wantedBy = [ "multi-user.target" ]; |
|
|
|
serviceConfig.ExecStart = "CONFIG_FILE=${configFile} PORT=${toString cfg.port} ${statusPkg}/bin/gensocStatus"; |
|
|
|
serviceConfig.ExecStart = "CONFIG_FILE=${configFile} PORT=${builtins.toString cfg.port} ${statusPkg}/bin/gensoc-status"; |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |