websoft9/systemd
2023-10-11 17:19:38 +08:00
..
script apphub 0.0.5 2023-10-11 17:19:38 +08:00
README.md fix readme 2023-10-10 18:25:00 +08:00
websoft9.service systemd 2023-09-28 09:25:04 +08:00

Systemd

This is the Websoft9 system service that run some proxy services on the host machine for Websoft9 to solve the problem that the API cannot handle.

  • Copy credentials from one other containers to apphub container

Test it

export install_path="/data/websoft9/source"
sudo cp -r $install_path/systemd/script/* "$systemd_path"
sudo cp -f "$install_path/systemd/websoft9.service" /lib/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable websoft9.service  
sudo systemctl start websoft9