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
2.19k stars 126 forks source link

how to remove the tianji reporter #63

Closed vvstubbs closed 11 months ago

vvstubbs commented 11 months ago

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

moonrailgun commented 11 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 11 months ago

thank you