summarylogtreecommitdiffstats
path: root/dropbox.service
diff options
context:
space:
mode:
Diffstat (limited to 'dropbox.service')
-rw-r--r--dropbox.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/dropbox.service b/dropbox.service
new file mode 100644
index 000000000000..4eaab115c80f
--- /dev/null
+++ b/dropbox.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Dropbox
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropboxd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=on-failure
+
+[Install]
+WantedBy=default.target
+