Repository: bigtop Updated Branches: refs/heads/master bfa820006 -> fe2c42944
BIGTOP-2406: init scripts do not work reliable on systemd systems Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/fe2c4294 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/fe2c4294 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/fe2c4294 Branch: refs/heads/master Commit: fe2c429447c49129633b48b91c91c26e45166cb0 Parents: bfa8200 Author: Olaf Flebbe <[email protected]> Authored: Sat Apr 30 16:31:54 2016 +0200 Committer: Olaf Flebbe <[email protected]> Committed: Sun May 1 17:39:26 2016 +0200 ---------------------------------------------------------------------- bigtop-packages/src/templates/init.d.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/fe2c4294/bigtop-packages/src/templates/init.d.tmpl ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/templates/init.d.tmpl b/bigtop-packages/src/templates/init.d.tmpl index 7971758..35326b8 100755 --- a/bigtop-packages/src/templates/init.d.tmpl +++ b/bigtop-packages/src/templates/init.d.tmpl @@ -175,7 +175,7 @@ cat <<__EOT__ # # chkconfig: $CHKCONFIG # description: $DESC -# +# pidfile: $PIDFILE ### BEGIN INIT INFO # Provides: $DAEMON # Short-Description: $DESC
