urbackup is now using coming from source systemd service
This commit is contained in:
parent
d2e30fc62f
commit
3503f954be
@ -79,7 +79,8 @@ ufw allow from "$_ip" to any port 35622
|
|||||||
ufw allow from "$_ip" to any port 35623
|
ufw allow from "$_ip" to any port 35623
|
||||||
|
|
||||||
# install and enable systemd service
|
# 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
|
chmod a+x /etc/systemd/system/urbackup.service
|
||||||
|
|
||||||
systemctl --system daemon-reload
|
systemctl --system daemon-reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user