From 26c02c34028963c69e77bc91bb3d2c9387599e9c Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:20:31 +0100 Subject: [PATCH] removed most of the config --- ansible/roles/syncthing/files/syncthing.service | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ansible/roles/syncthing/files/syncthing.service b/ansible/roles/syncthing/files/syncthing.service index 38574f2..b7de122 100644 --- a/ansible/roles/syncthing/files/syncthing.service +++ b/ansible/roles/syncthing/files/syncthing.service @@ -1,13 +1,9 @@ [Unit] -Description=Syncthing - Open Source Continuous File Synchronization -Documentation=https://docs.syncthing.net/ +Name=Syncthing After=network.target [Service] ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --no-upgrade -Restart=on-failure -User=amin -Group=amin [Install] WantedBy=default.target