From fa2ca24b97a65f76b37dbba66b72d2da3c8d5a48 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 13 Jan 2024 13:31:59 -0500 Subject: [PATCH] [systemd] Update snap and sync to start after network --- systemd/.config/systemd/user/snapclient.service | 1 + systemd/.config/systemd/user/syncthing.service | 1 + 2 files changed, 2 insertions(+) diff --git a/systemd/.config/systemd/user/snapclient.service b/systemd/.config/systemd/user/snapclient.service index e600b57..dfff7e3 100644 --- a/systemd/.config/systemd/user/snapclient.service +++ b/systemd/.config/systemd/user/snapclient.service @@ -1,5 +1,6 @@ [Unit] Description=Snapclient +After=network.target [Service] ExecStart=/usr/bin/snapclient -h snapcast.service diff --git a/systemd/.config/systemd/user/syncthing.service b/systemd/.config/systemd/user/syncthing.service index 9b7ed80..dedcc10 100644 --- a/systemd/.config/systemd/user/syncthing.service +++ b/systemd/.config/systemd/user/syncthing.service @@ -1,6 +1,7 @@ [Unit] Description=Syncthing - Open Source Continuous File Synchronization Documentation=man:syncthing(1) +After=network.target [Service] ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0