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_3_0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6b52d0649a585c86b70b7223abbd61ddd9a3a69;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: