ma ps3netsrv: use new ps3netsrv

This commit is contained in:
makefu 2022-09-24 00:32:01 +02:00
parent 60b4c9e430
commit f56347d26a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -41,7 +41,7 @@ let
}; };
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "${cfg.package}/bin/ps3netsrv++ ${shell.escape cfg.servedir}"; ExecStart = "${cfg.package}/bin/ps3netsrv ${shell.escape cfg.servedir}";
PrivateTmp = true; PrivateTmp = true;
User = "${cfg.user}"; User = "${cfg.user}";
}; };