graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
898 stars 84 forks source link

`chromium -> /dev/null` #328

Closed mizzunet closed 2 years ago

mizzunet commented 2 years ago

chromium folder being linked to /dev/null once psd started. And then chromium wouldn't start.

● psd.service - Profile-sync-daemon
     Loaded: loaded (/usr/lib/systemd/user/psd.service; enabled; vendor preset: enabled)
     Active: active (exited) since Sun 2022-05-22 05:52:11 IST; 1min 57s ago
       Docs: man:psd(1)
             man:profile-sync-daemon(1)
             https://wiki.archlinux.org/index.php/Profile-sync-daemon
    Process: 3723 ExecStart=/usr/bin/profile-sync-daemon startup (code=exited, status=0/SUCCESS)
   Main PID: 3723 (code=exited, status=0/SUCCESS)
        CPU: 25ms

May 22 05:52:11 archie systemd[588]: Starting Profile-sync-daemon...
May 22 05:52:11 archie systemd[588]: Finished Profile-sync-daemon.

Config

USE_OVERLAYFS="no"

USE_SUSPSYNC="no"

BROWSERS=(chromium)

#USE_BACKUPS="yes"

BACKUP_LIMIT=3

ARCH LINUX

mizzunet commented 2 years ago

Has been resolved by restarting system