We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafacd4 commit ccaeb5cCopy full SHA for ccaeb5c
1 file changed
module.nix
@@ -104,7 +104,7 @@
104
wantedBy = [ "multi-user.target" ];
105
serviceConfig = {
106
EnvironmentFile = cfg.environmentFile;
107
- ExecStart = "${lib.getExe cfg.package} ${lib.cli.toGNUCommandLineShell { } cfg.settings}";
+ ExecStart = "${lib.getExe cfg.package} ${lib.cli.toCommandLineShell { } cfg.settings}";
108
Type = "exec";
109
User = config.users.users.fscs-website-server.name;
110
Restart = "always";
0 commit comments