summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libubuntuone/files/u1-syncdaemon')
-rw-r--r--x11-libs/libubuntuone/files/u1-syncdaemon13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-libs/libubuntuone/files/u1-syncdaemon b/x11-libs/libubuntuone/files/u1-syncdaemon
deleted file mode 100644
index d3fdf1357..000000000
--- a/x11-libs/libubuntuone/files/u1-syncdaemon
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/runscript
-
-depend() {
- need net dbus
-}
-
-start() {
- start-stop-daemon --start --exec /usr/libexec/ubuntuone-syncdaemon --make-pidfile --pidfile /var/run/u1sd.pid -u $U1SD_USER -g $U1SD_GROUP
-}
-
-stop() {
- start-stop-daemon --stop --exec /usr/libexec/ubuntuone-syncdaemon --pidfile /var/run/u1sd.pid
-}