summaryrefslogtreecommitdiff
path: root/net-misc/dropbox/files/dropbox_at.service-r1
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-02 12:50:06 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-02 12:50:06 +0000
commitfa2937e62d81e514f7314fa32968e44eb28f7c27 (patch)
tree647784907a8b9d8a8fce7f44463fc4a95aba2c58 /net-misc/dropbox/files/dropbox_at.service-r1
parenta1ab207a8d04630b506af600d91fad77d97b3b76 (diff)
net-misc/dropbox : version bump (17.3.28 -> 37.3.28)
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