Files
lnx-arch/dots/bin/startup.sh

19 lines
486 B
Bash
Raw Normal View History

2024-04-30 21:26:27 -05:00
#!/usr/bin/env bash
# : klevstul : start miscellanous application : 25.12.28
2025-12-28 16:00:01 -05:00
# note: i was unable to automatically start these programs from startup_auto.sh, so hence i have created
# this file, for manually running it, and starting misc programs.
2024-11-17 08:31:43 -05:00
# -----
2024-11-17 06:49:42 -05:00
notify-send "<< startup.sh >>"
2024-11-17 06:49:42 -05:00
megasync & # mega sync service
nextcloud & # nextcloud file sync
pcloud & # pcloud service
2025-04-20 20:26:07 -05:00
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
2026-01-25 16:27:14 -05:00
psensor &
synology-drive &
2024-11-16 22:49:35 -05:00
fi