Merge pull request #21835 from volth/miredo-no-checkconf

miredo: do not run miredo-checkconf
This commit is contained in:
Jörg Thalheim 2017-01-13 00:25:30 +01:00 committed by GitHub
commit 4b24ec524d

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";
};