phpfpm: allow old config format as well (#17754)

This commit is contained in:
Robin Lambertz 2016-08-15 14:41:26 +02:00 committed by Franz Pletz
parent 6eb2ca2247
commit dacc3fa985

View File

@ -105,7 +105,7 @@ in {
};
};
config = mkIf (cfg.pools != {}) {
config = mkIf (cfg.pools != {} || cfg.poolConfigs != {}) {
systemd.services.phpfpm = {
wantedBy = [ "multi-user.target" ];