miredo: do not run miredo-checkconf

This commit is contained in:
Volth 2017-01-12 14:30:58 +00:00
parent e91840cfb6
commit ac0b6b9a2c

View file

@ -82,7 +82,6 @@ in
serviceConfig = {
Restart = "always";
RestartSec = "5s";
ExecStartPre = "${cfg.package}/bin/miredo-checkconf -f ${miredoConf}";
ExecStart = "${cfg.package}/bin/miredo -c ${miredoConf} -p ${pidFile} -f";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
};