From caafba2ed2395272c7fb0a91e7c9b3bb9704f535 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 19 Feb 2023 16:45:27 +0100 Subject: [PATCH] Add right type to transmission-vpn.service --- systemd-templates/transmission-vpn.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd-templates/transmission-vpn.service b/systemd-templates/transmission-vpn.service index c5ab4fe..f3ed497 100644 --- a/systemd-templates/transmission-vpn.service +++ b/systemd-templates/transmission-vpn.service @@ -3,6 +3,7 @@ Description=Make sure VPN is active for Transmission OnFailure=transmission-daemon.service [Service] +Type=oneshot ExecStart=PH_DIRECTORY/transmission-vpn.sh [Install]