Thank you Lennart. I wonder how your tip compares to our result? Our
method employs getty.target and local-fs.target. It works but we prefer
the Right Thing (tm). Would systemd-user-sessions.service be better for
any reason? Here's our unit as it sits. Thanks for your input.

# /etc/systemd/system/ramhome-setup.service

[Unit]
Description=Populate RAM user files from persistent store
After=local-fs.target

[Service]
Type=oneshot
ExecStart=/usr/bin/rsync --archive /home/ramhome/ /ramhome 
RemainAfterExit=no

[Install]
RequiredBy=getty.target

-- 
http://www.fastmail.fm - Access all of your messages and folders
                          wherever you are

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to