mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/tinyproxy: fix services.tinyproxy.package
This commit is contained in:
parent
249198f27e
commit
1cf853b9de
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in
|
|||
User = "tinyproxy";
|
||||
Group = "tinyproxy";
|
||||
Type = "simple";
|
||||
ExecStart = "${getExe pkgs.tinyproxy} -d -c ${configFile}";
|
||||
ExecStart = "${getExe cfg.package} -d -c ${configFile}";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -SIGHUP $MAINPID";
|
||||
KillSignal = "SIGINT";
|
||||
TimeoutStopSec = "30s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue