varnish module: remove unneeded gcc runtime dependency
This commit is contained in:
parent
a4eb0dc815
commit
5b30f246cb
@ -49,7 +49,6 @@ with lib;
|
|||||||
postStop = ''
|
postStop = ''
|
||||||
rm -rf ${cfg.stateDir}
|
rm -rf ${cfg.stateDir}
|
||||||
'';
|
'';
|
||||||
path = [ pkgs.gcc ];
|
|
||||||
serviceConfig.ExecStart = "${pkgs.varnish}/sbin/varnishd -a ${cfg.http_address} -f ${pkgs.writeText "default.vcl" cfg.config} -n ${cfg.stateDir} -u varnish";
|
serviceConfig.ExecStart = "${pkgs.varnish}/sbin/varnishd -a ${cfg.http_address} -f ${pkgs.writeText "default.vcl" cfg.config} -n ${cfg.stateDir} -u varnish";
|
||||||
serviceConfig.Type = "forking";
|
serviceConfig.Type = "forking";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user