From 3503f954be962d8bce393a92eca357ff4339f573 Mon Sep 17 00:00:00 2001 From: bach Date: Sun, 16 Oct 2022 21:57:16 +0200 Subject: [PATCH] urbackup is now using coming from source systemd service --- bin/urbackup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/urbackup.sh b/bin/urbackup.sh index 73ffe26..8fe7281 100755 --- a/bin/urbackup.sh +++ b/bin/urbackup.sh @@ -79,7 +79,8 @@ ufw allow from "$_ip" to any port 35622 ufw allow from "$_ip" to any port 35623 # install and enable systemd service -cp "$_assets"/urbackup.service /etc/systemd/system/ +# cp "$_assets"/urbackup.service /etc/systemd/system/ +cp urbackupclientbackend-debian.service /etc/systemd/system/urbackup.service chmod a+x /etc/systemd/system/urbackup.service systemctl --system daemon-reload