diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/sitesummary-client.init | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 752eed7..2f247be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ sitesummary (0.1.12) UNRELEASED; urgency=low * Adjust Apache configuration, use 'Require all granted' instead of Order/Deny/Allow, and enable cgi.load module when installing the sitesummary server to get it working out of the box. + * Add call to /lib/lsb/init-functions in init.d/sitesummary-client to + integrate better with systemd. -- Petter Reinholdtsen <pere@debian.org> Thu, 21 Aug 2014 16:09:13 +0200 diff --git a/debian/sitesummary-client.init b/debian/sitesummary-client.init index e572879..3f17e4b 100644 --- a/debian/sitesummary-client.init +++ b/debian/sitesummary-client.init @@ -11,6 +11,8 @@ # after the machine boots normally (not in single user) ### END INIT INFO +. /lib/lsb/init-functions + PATH=/bin:/usr/bin:/sbin:/usr/sbin CLIENT=/usr/sbin/sitesummary-client REPORTDELAY=300 |