### REWRITE NEEDED

This commit is contained in:
qo-op 2021-04-08 03:46:00 +02:00
parent ba7032af98
commit 210fa953cd
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,10 @@
#!/usr/bin/env bash
########################################################################
exit 0
########################################################################
### REWRITE NEEDED
########################################################################
set -e
BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
@ -25,12 +30,7 @@ sudo cp -f "$BASE_DIR/process-stream.service" /etc/systemd/system/process-stream
sudo systemctl daemon-reload
sudo systemctl enable process-stream
########################################################################
exit 0
########################################################################
### REWRITE NEEDED
########################################################################
# Add hourly job to clear out old data
# echo "41 * * * * $USER /usr/local/bin/ipfs repo gc" | sudo tee --append /etc/crontab