/usr/lib/systemd/user/psd.service is in profile-sync-daemon 6.31-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=Profile-sync-daemon
Documentation=man:psd(1) man:profile-sync-daemon(1)
Documentation=https://wiki.archlinux.org/index.php/Profile-sync-daemon
Wants=psd-resync.service
RequiresMountsFor=/home/
After=winbindd.service
[Service]
Type=oneshot
RemainAfterExit=yes
# just call /bin/true and let psd-resync.service do it
ExecStart=/bin/true
ExecStop=/usr/bin/profile-sync-daemon unsync
[Install]
WantedBy=default.target
|