diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-04-11 16:38:57 +0200 |
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-04-11 16:38:57 +0200 |
| commit | 4640ea1a9249c08b749f174cb19f6dc61a505a00 (patch) | |
| tree | cb56ac67279789f56769edf5b92c43b7ebc5962d /README.txt | |
| parent | 1374fac8de85fe1ac877096f18b60a1561dfc96f (diff) | |
Debian 10 package
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 |
