Merge pull request #21608 from volth/miredo-fix-kill-path

miredo: fix path to "kill"
This commit is contained in:
Jörg Thalheim 2017-01-03 11:30:56 +01:00 committed by GitHub
commit 1d72e81d6f

View file

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