From 8fe17966974ffc4bf77d90821ef9fd81c125e297 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 12 Jan 2021 23:58:13 +0100 Subject: [PATCH] Adding postgresql as a systemd requirement --- install/aur/kyoo.service | 1 + 1 file changed, 1 insertion(+) diff --git a/install/aur/kyoo.service b/install/aur/kyoo.service index ceacfe65..0eceef42 100644 --- a/install/aur/kyoo.service +++ b/install/aur/kyoo.service @@ -1,5 +1,6 @@ [Unit] Description=Kyoo Media Server +Requires=postgresql.service After=network.target [Service]