From f930d4fb8bd81e8eebb4082dede81f015cb2cf69 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 15 Dec 2016 13:44:12 +0100 Subject: [PATCH] Correct urbackupsrv path --- urbackupserver/doc/admin_guide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbackupserver/doc/admin_guide.tex b/urbackupserver/doc/admin_guide.tex index b6a679e1..e896569e 100644 --- a/urbackupserver/doc/admin_guide.tex +++ b/urbackupserver/doc/admin_guide.tex @@ -124,7 +124,7 @@ Baring details on \url{http://urbackup.org/download.html} you need to compile th \item Install the dependencies. Those are gcc, g++, make, libcrypto++ and libcurl (as development versions). \item Compile and install the server via \textsl{./configure}, \textsl{make} and \textsl{make install}. \item Run the server with \textsl{urbackupsrv run}. - \item Add \textsl{/usr/sbin/urbackupsrv run --daemon} to your \textsl{/etc/rc.local} to start the UrBackup server on server start-up. + \item Add \textsl{/usr/bin/urbackupsrv run --daemon} to your \textsl{/etc/rc.local} to start the UrBackup server on server start-up. \end{itemize} \noindent See section \ref{gnu_linux_installation_hints} for further installation hints for GNU/Linux systems and \ref{os_independent_installation_steps} for operating system independent installation steps.