From 16198c30f7c35c14f19c357886d10d1cc088a352 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 17 Apr 2014 06:16:24 +0000 Subject: main/gross: create directory for pidfile in init.d script ref #2840 --- main/gross/grossd.initd | 1 + 1 file changed, 1 insertion(+) (limited to 'main/gross/grossd.initd') diff --git a/main/gross/grossd.initd b/main/gross/grossd.initd index c300ac4982..b427a2023b 100644 --- a/main/gross/grossd.initd +++ b/main/gross/grossd.initd @@ -21,6 +21,7 @@ check_config() { start() { check_config || return 1 + checkpath --directory --owner gross:gross ${pidfile%/*} ebegin "Starting ${NAME}" start-stop-daemon --start --quiet --pidfile ${pidfile} \ --exec ${DAEMON} -- \ -- cgit v1.2.3