diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..37b57c5 --- /dev/null +++ b/README.txt @@ -0,0 +1,14 @@ +Edit /etc/webserver.conf + +Enable in Debian: + +systemctl enable webserver.service + +Start: + +systemctl start webserver + +Status: + +systemctl status webserver +or /var/log/syslog |