We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A nice example was given in this issue.
# Install dropignore to ~/.local/bin and, copy this file as ~/.config/systemd/user/dropignore.service # (The location of Dropbox folder is ~/Dropbox, change it if necessary) # # Enable service: # systemctl --user daemon-reload # systemctl enable --now --user dropignore.service # # Make sure it works: # journalctl --user-unit=dropignore --follow [Unit] Description=Watch Dropbox folder for ignored paths ConditionPathIsDirectory=%h/Dropbox ConditionFileIsExecutable=%h/.local/bin/dropignore [Service] ExecStart=%h/.local/bin/dropignore watch %h/Dropbox Restart=on-failure [Install] WantedBy=graphical.target
My personal one which I use for ~1.5 years (custom dev paths):
[Unit] Description=dropignore [Service] ExecStart=%h/.cargo/bin/dropignore watch /path/to/my/dropbox [Install] WantedBy=default.target
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
A nice example was given in this issue.
My personal one which I use for ~1.5 years (custom dev paths):
The text was updated successfully, but these errors were encountered: