From 3fd2a172a4dd84d7bb484e05653c472f327cee7e Mon Sep 17 00:00:00 2001 From: digimer Date: Sun, 25 Feb 2024 02:15:33 -0500 Subject: [PATCH] Simplified Wants in units Signed-off-by: digimer --- units/anvil-daemon.service | 3 +-- units/scancore.service | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/units/anvil-daemon.service b/units/anvil-daemon.service index ad677cba..fbc64656 100644 --- a/units/anvil-daemon.service +++ b/units/anvil-daemon.service @@ -1,7 +1,6 @@ [Unit] Description=Anvil! Intelligent Availability Platform - main service daemon -Wants=network.target -After=NetworkManager.service +After=network.target [Service] Type=simple diff --git a/units/scancore.service b/units/scancore.service index abce41b8..4c3804a9 100644 --- a/units/scancore.service +++ b/units/scancore.service @@ -1,7 +1,6 @@ [Unit] Description=Anvil! Intelligent Availability Platform - ScanCore Decision Engine -Wants=network.target -After=NetworkManager.service +After=network.target [Service] Type=simple