diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-08-21 22:04:39 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-08-21 22:04:39 +0200 |
commit | 4e2b17515795a56d3af9b30825aaed1712d7f47f (patch) | |
tree | 33b6a1a6804da672d9c68925c23b49e359e06643 | |
parent | c361ba3ec934982a7f25d7f7aa5157253cfd334c (diff) | |
download | sitesummary-4e2b17515795a56d3af9b30825aaed1712d7f47f.tar.gz sitesummary-4e2b17515795a56d3af9b30825aaed1712d7f47f.tar.bz2 sitesummary-4e2b17515795a56d3af9b30825aaed1712d7f47f.tar.xz |
Add call to /lib/lsb/init-functions in init.d/sitesummary-client to integrate better with systemd.
-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 |