Skip to content

Instantly share code, notes, and snippets.

@gilyes
gilyes / dropbox.service.md
Last active June 16, 2016 06:14 — forked from jsturgis/dropbox.service.md
dropbox systemd

Install Dropbox and Python script. Symlink Python script to /usr/local/bin/dropbox and make it executable.

#/etc/systemd/system/dropbox.service

[Unit]
Description=Dropbox Service
After=network.target

[Service]