mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
10 lines
185 B
Bash
Executable File
10 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -a
|
|
source .env
|
|
set +a
|
|
|
|
mv packages/daemon/daemon.log packages/daemon/daemon-`date +%s`.log
|
|
truncate -s 0 packages/daemon/daemon.log
|
|
pkill -f 'pocketbase serve'
|
|
yarn pm2 |