From d2a6f771bf5dbbcf257ec8767433150cc13522ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Dec 2016 09:49:10 +0000 Subject: maintain dropbox ebuild untill along with old ncurses library untill dropbox will support new ncurses library --- net-misc/dropbox/files/dropbox_at.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net-misc/dropbox/files/dropbox_at.service (limited to 'net-misc/dropbox/files/dropbox_at.service') 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 -- cgit v1.2.3