]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/ppp/pppoe-server
pppoe-server: Run with absolute path
[people/ms/network.git] / src / ppp / pppoe-server
index e0c6b21adec340cca6fb756d12cbf97d5b3612fd..5c46a90d39560b7b8b53918d99aa1b3dab7b09c9 100644 (file)
@@ -91,7 +91,7 @@ case "${action}" in
                log DEBUG "pppoe-server options: ${pppoe_cmdline}"
 
                # Now exec the actual pppoe-server binary.
-               exec pppoe-server ${pppoe_cmdline}
+               exec /usr/sbin/pppoe-server ${pppoe_cmdline}
 
                error "Could not execute pppoe-server. Exiting."
                exit ${EXIT_ERROR}