Add web server deployment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user