summaryrefslogtreecommitdiff
path: root/net-misc/dropbox/files/dropbox_at.service
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-10 09:49:10 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-10 09:49:10 +0000
commitd2a6f771bf5dbbcf257ec8767433150cc13522ff (patch)
tree1b93545138a261dd652d1196b81cda3c9fc0c48a /net-misc/dropbox/files/dropbox_at.service
parentd421859b61a28458f53b5d0a340e52f908f931c5 (diff)
maintain dropbox ebuild untill along with old ncurses library untill dropbox will support new ncurses library
Diffstat (limited to 'net-misc/dropbox/files/dropbox_at.service')
-rw-r--r--net-misc/dropbox/files/dropbox_at.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/dropbox/files/dropbox_at.service b/net-misc/dropbox/files/dropbox_at.service
new file mode 100644
index 00000000..1cea6177
--- /dev/null
+++ b/net-misc/dropbox/files/dropbox_at.service
@@ -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