手动启动Ubuntu One守护进程

我希望能够手动启动和停止Ubuntu One Daemon。 但是,我需要知道:

  1. ubuntu一个守护进程的名称是什么?
  2. 我可以使用update-rc.d (ubuntu one daemon) disable &手动启动吗? 任何帮助将不胜感激。

更新

系统启动时从自动启动中删除它。 我用update-rc.d bluetooth disable做到了

Ubuntuone是从/etc/xdg/autostart/ubuntuone-launch.desktop自动启动/etc/xdg/autostart/ubuntuone-launch.desktop不是来自upstart 。 会话指示符上的gnome-session-propertiesStartUp Appication Preference不允许您在/etc/xdg/autostart启用/禁用自动启动应用程序,因为它们中的大多数都包含NoDisplay=true 。 你能做的是:

NoDisplay=true行注释为#NoDisplay=true并从上面提到的guis中禁用它。

或做:

mv /etc/xdg/autostart/ubuntuone-launch.desktop /etc/xdg/autostart/ubuntuone-launch.desktop.disabled

如何添加/删除“隐藏”启动应用程序?

你可以通过执行ubuntuone-launch来启动它。 守护进程不由upstart处理,因此您可以使用u1sdtool控制它( 手册页 )

u1sdtool -q将停止守护进程