Files
Chan/system/readme
T
2025-04-30 11:17:50 +08:00

12 lines
257 B
Plaintext

# copy chanlun.service to:
/etc/systemd/system/chanlun.service
# run command:
sudo systemctl daemon-reload
sudo systemctl enable chanlun
sudo systemctl start chanlun
# check status:
sudo systemctl status chanlun
# check logs:
sudo journalctl -u chanlun -f