From 3137bbf9303071d44177be1914bdae8727338c03 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 24 Aug 2022 14:29:46 +0100 Subject: [PATCH] Systemctl service improved --- __install__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__install__.py b/__install__.py index 2a1f598..9ec4eed 100644 --- a/__install__.py +++ b/__install__.py @@ -6,7 +6,8 @@ import sys SERVICE_FILE = """ [Unit] Description=Spotify Service -After=mosquitto.target +After=network-online.target +Wants=network-online.target [Service] User=%(UID)d Group=%(GID)d