aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.sh
blob: 38c94900d9d6c18c7447e1d4da2c9180dc0debfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#---------------------------------------------------------------
# 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