Previous: , Up: Additional Installation   [Contents]


4.4 GNUstep deamons

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 [ `gdomap -L GDNCServer | grep -c Unable` == 1 ]; then
  echo "Starting GNUstep services..."
  gdnc
  gpbs
fi
make_services