View previous topic :: View next topic |
Author |
Message |
sven Apprentice
Joined: 19 Apr 2002 Posts: 274
|
Posted: Sat Apr 27, 2002 12:32 pm Post subject: runtime scripts for lisa and reslisa |
|
|
Runtime (etc/init.d/) scripts for lisa and reslisa would be nice. Currently I load them from /etc/conf.d/local.start
Code: | # start (res)lisa demon (for network browsing in kde)
/usr/kde/3/bin/lisa > /dev/null
/usr/kde/3/bin/reslisa > /dev/null |
|
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Sat Apr 27, 2002 7:03 pm Post subject: |
|
|
well for lisa thats the same thing i have...
as for reslisa, its not an actual daemon so i think its better to start it for each use when kde is started
i just did a ln -s /usr/kde/3/bin/reslisa ~/.kde3/Autostart/reslisa
and dont forget to add the setuid bit to reslisa so everyone else can use it other than root |
|
Back to top |
|
|
sven Apprentice
Joined: 19 Apr 2002 Posts: 274
|
|
Back to top |
|
|
|