Don't need the extra wrapper now

This commit is contained in:
niten 2023-12-18 11:36:51 -08:00
parent 9f96e0fa62
commit 8e08f115c5
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ in {
ExecStartPre =
"${ensure-certificates cfg.hostname cfg.user cfg.ssl-private-key
cfg.ssl-certificate}";
ExecStart = "${pkgs.cl-gemini}/bin/launch-server.sh";
ExecStart = "${pkgs.cl-gemini}/bin/cl-gemini-launcher";
Restart = "on-failure";
PIDFile = "/run/cl-gemini.$USERNAME.uid";
User = cfg.user;