summaryrefslogtreecommitdiff
path: root/net-misc/dropbox/files/dropbox_at.service-r1
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dropbox/files/dropbox_at.service-r1')
-rw-r--r--net-misc/dropbox/files/dropbox_at.service-r113
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/dropbox/files/dropbox_at.service-r1 b/net-misc/dropbox/files/dropbox_at.service-r1
new file mode 100644
index 00000000..b46a8509
--- /dev/null
+++ b/net-misc/dropbox/files/dropbox_at.service-r1
@@ -0,0 +1,13 @@
+[Unit]
+Description=Dropbox
+After=local-fs.target network.target
+
+[Service]
+ExecStart=/opt/dropbox/dropboxd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+User=%i
+
+[Install]
+WantedBy=multi-user.target