#!/usr/bin/sh
# to be sourced
#---------------------------------------------------------------
# Project         : Mandriva Linux
# Module          : s2u
# File            : s2u.sh
# Author          : Frederic Lepied
# Created On      : Sat Jul 31 01:03:37 2004
# Purpose         : launch the dbus client attaching it to 
#                   system bus
#---------------------------------------------------------------

s2u --daemon=yes

# s2u.sh ends here
