blob: b33f6736082d8122b83556935a20f2abc9954135 (
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 --debug
# s2u.sh ends here
|