Skip to content

Commit 20255c2

Browse files
authored
Merge pull request #127 from prahal/fix-systemd-service-perms
Fix systemd service should not be executable
2 parents 3d0ecff + f781a96 commit 20255c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_client_linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ then
326326
fi
327327
fi
328328

329-
install -c urbackupclientbackend.service $SYSTEMD_DIR
329+
install -c -m 644 urbackupclientbackend.service $SYSTEMD_DIR
330330
systemctl enable urbackupclientbackend.service
331331

332332
SYSTEMD_DBUS=yes

0 commit comments

Comments
 (0)