From: Thibault Godouet Date: Tue, 7 Jun 2016 19:55:19 +0000 (+0100) Subject: install-restart: use service (works with systemd) instead of /etc/init.d/fcron X-Git-Tag: ver3_2_1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7120a02a7d8c3be194313f57d15a4a8ff160d03;p=thirdparty%2Ffcron.git install-restart: use service (works with systemd) instead of /etc/init.d/fcron --- diff --git a/Makefile.in b/Makefile.in index c201904..fabc045 100644 --- a/Makefile.in +++ b/Makefile.in @@ -248,7 +248,7 @@ install-boot: install install-restart: install ifeq ($(DEBUG), 1) kill -TERM `pidof fcron` || exit 0 - /etc/init.d/fcron restart + service fcron restart endif uninstall: