]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build: execute dh_systemd_{enable,start} after dh_install 16218/head
authorJames Page <james.page@ubuntu.com>
Fri, 7 Jul 2017 16:18:27 +0000 (17:18 +0100)
committerJames Page <james.page@ubuntu.com>
Fri, 7 Jul 2017 16:18:27 +0000 (17:18 +0100)
commit8d0ebe217c86be5ff958d42e3aeb4b15a273a781
treef1ec402bbdee7800875f2c5d118c8561ae517189
parent8b5640d0938aa4f63f33d2b9de40c367607b9974
build: execute dh_systemd_{enable,start} after dh_install

Ensure that dh_systemd_* debhelpers are executed after dh_install
has installed the systemd unit and target definitions.

This ensures that targets are enabled by default once installed,
resolving issues with startup of ceph daemons on server reboot.

Fixes: http://tracker.ceph.com/issues/19585
Signed-off-by: James Page <james.page@ubuntu.com>
debian/rules