From: Eric Bollengier Date: Tue, 9 May 2017 09:15:06 +0000 (+0200) Subject: Fix #2806 about the director service started before the database with systemd X-Git-Tag: Release-7.9.0~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d91c70b875f3e5ab535443a69be1a17253cf9c7f;hp=0d9f759214ea29a2d69a8d62620aff98eaa93f27;p=bacula%2Fbacula Fix #2806 about the director service started before the database with systemd --- diff --git a/bacula/platforms/systemd/bacula-dir.service.in b/bacula/platforms/systemd/bacula-dir.service.in index c2dbc0ba76..8fc3cfea36 100644 --- a/bacula/platforms/systemd/bacula-dir.service.in +++ b/bacula/platforms/systemd/bacula-dir.service.in @@ -17,7 +17,7 @@ [Unit] Description=Bacula Director Daemon service Requires=network.target -After=network.target +After=network.target multi-user.target RequiresMountsFor=@working_dir@ @sysconfdir@ @sbindir@ @piddir@ # From http://www.freedesktop.org/software/systemd/man/systemd.service.html