Closed sriedel closed 6 years ago
Is this still an issue?
I'm not the original poster but I have the same issue. I installed the current git version (as a user) on Debian 9.3 and enabled the psd.service unit
% systemctl --user status psd.service
● psd.service - Profile-sync-daemon
Loaded: loaded (/home/mi/$USER/.config/systemd/user/psd.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2018-02-06 16:44:43 CET; 29min ago
Docs: man:psd(1)
man:profile-sync-daemon(1)
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Process: 3107 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 3107 (code=exited, status=0/SUCCESS)
CGroup: /user.slice/user-203887.slice/user@203887.service/psd.service
Feb 06 16:44:43 torus systemd[3079]: Starting Profile-sync-daemon...
Feb 06 16:44:43 torus systemd[3079]: Started Profile-sync-daemon.
My config:
% grep -v '^#\|^$' .config/psd/psd.conf
USE_OVERLAYFS="no"
BROWSERS="firefox"
USE_BACKUPS="yes"
BACKUP_LIMIT=5
Running psd sync
manually, however, copies the files to the ramdisk and creates symlinks as expected.
Sorry for the wrong call - I just figured out that the systemd units in have hard-coded paths to /usr/bin and I had to direct them to the local installation in my home folder. Now everything works like a charm…
OK, closing.
I've just installed psd as per archlinux wiki, started the systemd user service and restarted firefox, however I cannot see the profile directory where
psd p
says it should be, and iotop still shows lots of firefox indexdb and mozStore traffic.The contents of my config file:
And the output of the systemctl status:
Is there something I'm overlooking that I need to do (pointing firefox at the ramdisk profile in the profile manager for things to start working? Creating an initial copy by hand?)