Previous: Time Zone, Up: Additional Installation [Contents]
Set up your system to execute some GNUstep deamons. This is optional because if you don’t do this, they will be started automatically when you run your first GNUstep app:
if [ -f /usr/local/bin/gdomap ]; then /usr/local/bin/gdomap fi
if [ `gdomap -L GDNCServer | grep -c Unable` == 1 ]; then echo "Starting GNUstep services..." gdnc gpbs fi make_services