Update dots/bin/startup.sh

This commit is contained in:
fro
2026-02-24 10:32:47 +00:00
parent 643bf1d12c
commit 9ce1de544d

View File

@@ -6,13 +6,12 @@
# this file, for manually running it, and starting misc programs.
# -----
#notify-send "<< startup.sh >>"
notify-send "<< startup.sh >>"
#megasync & # mega sync service
nextcloud & # nextcloud file sync
#pcloud & # pcloud service
pcloud & # pcloud service
#if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
# psensor &
# synology-drive &
#fi
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
psensor &
synology-drive &
fi