Skip to content

Instantly share code, notes, and snippets.

@marxjohnson
Created June 11, 2015 10:42
Show Gist options
  • Save marxjohnson/ddee2a13f3e0d70a7ea0 to your computer and use it in GitHub Desktop.
Save marxjohnson/ddee2a13f3e0d70a7ea0 to your computer and use it in GitHub Desktop.
Profile sync daemon Upstart Session Job
description "Profile Sync Daemon"
start on desktop-start
stop on desktop-end
post-start exec sudo /usr/bin/psd sync
post-stop exec sudo /usr/bin/psd unsync
@marxjohnson
Copy link
Author

Note that your user needs to be able to run sudo /usr/bin/psd without a password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment