Loading pkgs/applications/networking/dropbox/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,12 @@ in buildFHSEnv { name = "dropbox"; # The dropbox-cli command `dropbox start` starts the dropbox daemon in a # separate session, and wants the daemon to outlive the launcher. Enabling # `--die-with-parent` defeats this and causes the daemon to exit when # dropbox-cli exits. dieWithParent = false; # dropbox-cli (i.e. nautilus-dropbox) needs the PID to confirm dropbox is running. # Dropbox's internal limit-to-one-instance check also relies on the PID. unsharePid = false; Loading Loading
pkgs/applications/networking/dropbox/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,12 @@ in buildFHSEnv { name = "dropbox"; # The dropbox-cli command `dropbox start` starts the dropbox daemon in a # separate session, and wants the daemon to outlive the launcher. Enabling # `--die-with-parent` defeats this and causes the daemon to exit when # dropbox-cli exits. dieWithParent = false; # dropbox-cli (i.e. nautilus-dropbox) needs the PID to confirm dropbox is running. # Dropbox's internal limit-to-one-instance check also relies on the PID. unsharePid = false; Loading