From 9876c3a648edd205fbafdcc215a38dee5c64fccc Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 14 Jan 2025 22:39:00 +0100 Subject: [PATCH] Fix the after in service file --- falcond/debian/falcond.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falcond/debian/falcond.service b/falcond/debian/falcond.service index ce26a88..0f5c0a1 100644 --- a/falcond/debian/falcond.service +++ b/falcond/debian/falcond.service @@ -1,6 +1,6 @@ [Unit] Description=Falcon Daemon Service -After=network.target +After=multi-user.target Wants=graphical.target [Service]