blob: 90dfdb7eb0ae04eaa9b38f4bdc0fe57cd3ee21e2 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# GConf daemon startup script for D-BUS activation
if [ -x /usr/sbin/dsmetool ]; then
/usr/sbin/dsmetool -U messagebus -n -1 -t /usr/lib/gconf2/gconfd-2
else
exec /usr/libexec/gconfd-2
fi
|