aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.sh
blob: f08e334f25ea05a2565ed57751f8dfb3a5af4d5d (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
#---------------------------------------------------------------

s2u --daemon=yes

# s2u.sh ends here