# 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