Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 251 Bytes

Systemd service installation

Install service by copying the appropriate service file and enabling the service using systemctl:

cp webby.service /etc/systemd/system/webby.service
systemctl enable webby.service
systemctl start webby.service