This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# User service for Rclone mounting | |
# | |
# Place in ~/.config/systemd/user/ | |
# File must include the '@' (ex [email protected]) | |
# As your normal user, run | |
# systemctl --user daemon-reload | |
# You can now start/enable each remote by using rclone@<remote> | |
# systemctl --user enable --now rclone@dropbox | |
[Unit] |