aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.sh
blob: e6c520c72ba9e69993c780c23e7e449c55513ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#---------------------------------------------------------------
# Project         : Mandriva Linux
# Module          : s2u
# File            : s2u.sh
# Version         : $Id$
# Author          : Frederic Lepied
# Created On      : Sat Jul 31 01:03:37 2004
# Purpose         : launch the dbus client attaching it to 
#                   system bus
#---------------------------------------------------------------

exec s2u --daemon=yes 

# s2u.sh ends here