Skip to content

Instantly share code, notes, and snippets.

@ncaq
Created December 1, 2016 01:58
Show Gist options
  • Save ncaq/5b5a3139c762a080e9b68094ca01647d to your computer and use it in GitHub Desktop.
Save ncaq/5b5a3139c762a080e9b68094ca01647d to your computer and use it in GitHub Desktop.
grive simple daemon
[Unit]
Description=grive daemon
[Service]
ExecStart=/bin/bash -c 'while true; do grive -p ~/GoogleDrive; inotifywait -r -t 1000 -e modify,move,create,delete ~/GoogleDrive; done'
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment