summarylogtreecommitdiffstats
path: root/dropbox@.service
diff options
context:
space:
mode:
Diffstat (limited to 'dropbox@.service')
-rw-r--r--dropbox@.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/dropbox@.service b/dropbox@.service
new file mode 100644
index 000000000000..fe19bded8dab
--- /dev/null
+++ b/dropbox@.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Dropbox
+After=local-fs.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropboxd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=on-failure
+User=%I
+
+[Install]
+WantedBy=multi-user.target
+