From dd55385f58679c2a7958a921e6121f6c16040309 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 25 Jul 2015 13:37:08 +0200 Subject: [PATCH] Fix vroom service unit --- docs/systemd/vroom.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/systemd/vroom.service b/docs/systemd/vroom.service index 780af03..4508537 100644 --- a/docs/systemd/vroom.service +++ b/docs/systemd/vroom.service @@ -1,6 +1,7 @@ [Unit] Description=VROOM daemon After=mariadb.service +Wants=mariadb.service httpd.service [Service] Type=simple @@ -16,5 +17,3 @@ Restart=on-failure [Install] WantedBy=multi-user.target -Wants=mariadb.service httpd.service -