msgbyte / tianji

Tianji: Insight into everything, Website Analytics + Uptime Monitor + Server Status. not only another GA alternatives
https://tianji.msgbyte.com/
Apache License 2.0
1.22k stars 65 forks source link

how to remove the tianji reporter #63

Closed vvstubbs closed 2 months ago

vvstubbs commented 2 months ago

how to remove the tianji reporter, where does the script place the auto startup

moonrailgun commented 2 months ago

run install.sh uninstall

or manual run:

systemctl stop tianji-reporter
systemctl disable tianji-reporter
rm -rf /usr/local/tianji/reporter/
rm -rf /usr/lib/systemd/system/tianji-reporter.service
vvstubbs commented 2 months ago

thank you