Skip to content
Snippets Groups Projects
Commit 4fcc415a authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent d7833cb5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ lc_startup () {
#mount --uuid 6bf759e4-4a2c-47f5-ab31-00e69d710b12 /harddisks/u &&
# swapon /harddisks/u/swapfile
lc_bgrun /dev/null bash files/srv-deps/auto-nfs-mgr.sh
lc_bgrun /dev/null bash utils/auto-nfs-mgr.sh
fi
if [[ $(hostname) = RECOLICMPC ]]; then
......@@ -16,6 +16,6 @@ lc_startup () {
sysctl -w vm.swappiness=75
# Use laptop-power-save.sh as needed
lc_bgrun /dev/null bash files/srv-deps/auto-nfs-mgr.sh
lc_bgrun /dev/null bash utils/auto-nfs-mgr.sh
fi
}
......@@ -21,8 +21,8 @@ done
lc_login () {
if [[ $(hostname) = RECOLICPC ]]; then
echo _:1 | bash files/srv-deps/unlock_keyrings
echo _:1 | bash utils/unlock_keyrings
# nohup fcitx5 &
fi
lc_bgrun /dev/null fish files/srv-deps/tg-backend-autokill.fish
lc_bgrun /dev/null fish utils/tg-backend-autokill.fish
}
......@@ -13,7 +13,7 @@ lc_startup () {
lc_bgrun /tmp/frpc.log auto_restart frpc -c files/secrets/mspc-frpc.ini
lc_bgrun /tmp/cron.log every 30m bash files/srv-deps/mspc-check-internet.sh
lc_bgrun /tmp/cron.log every 30m bash utils/mspc-check-internet.sh
lc_bgrun /tmp/cron.log every 1m bash files/mspc-simple-vmm/cron-callback.sh
lc_bgrun /tmp/cron.log every 5m curl https://recolic.net/api/mspc-keepalive.php
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment