From d711ed9e472818c37ee634d5386486d2ce29f45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 10 May 2016 12:02:53 +0200 Subject: [PATCH] Add owncloud autostart, remove seafile. --- autostart/autostart/owncloud.sh | 2 ++ autostart/autostart/seafile.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 autostart/autostart/owncloud.sh delete mode 100755 autostart/autostart/seafile.sh diff --git a/autostart/autostart/owncloud.sh b/autostart/autostart/owncloud.sh new file mode 100755 index 0000000..c370b5e --- /dev/null +++ b/autostart/autostart/owncloud.sh @@ -0,0 +1,2 @@ +log "starting owncloud client" +owncloud & &>> $LOGFILE diff --git a/autostart/autostart/seafile.sh b/autostart/autostart/seafile.sh deleted file mode 100755 index 2985064..0000000 --- a/autostart/autostart/seafile.sh +++ /dev/null @@ -1,2 +0,0 @@ -log "starting seafile" -seafile-applet & &>> $LOGFILE