From cabc15425266160512f48587fb77ec0eec380667 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 20 Jul 2020 01:42:28 +0200 Subject: [PATCH] systemd unit should depend on redis --- examples/systemd/platypush.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/systemd/platypush.service b/examples/systemd/platypush.service index 05a3a56f..e8c962fa 100644 --- a/examples/systemd/platypush.service +++ b/examples/systemd/platypush.service @@ -7,7 +7,7 @@ [Unit] Description=Platypush daemon -After=network.target +After=network.target redis.service [Service] # platypush installation path