diff --git a/module.nix b/module.nix index e03bc3c..1976cc0 100644 --- a/module.nix +++ b/module.nix @@ -102,7 +102,7 @@ in serviceConfig = { Type = "notify"; ExecStart = let - args = lib.cli.toGNUCommandLineShell { } (cfg.settings // { + args = lib.cli.toCommandLineShellGNU { } (cfg.settings // { systemd = true; }); in "${lib.getExe cfg.package} ${cfg.logLevel} ${args}";