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