# ipkg Packet installieren
ipkg install wakelan

# prepare apache server for external executables

# edit apache php configuartion file
vi  /usr/syno/etc/php/user-setting.ini
"safe_mode_execdir = /usr/syno/bin" -> "safe_mode_execdir = "

# restart apache mit
/usr/syno/etc.defaults/rc.d/S97apache-user.sh restart
# oder
/usr/syno/apache/bin/httpd -k restart