Update README.md - fiche - A pastebin adjusted for gopher use
(HTM) git clone git://vernunftzentrum.de/fiche.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 31022de8ecc891e8a5f68e2b97d56729e773a84c
(DIR) parent b932c45685af63fa5491cd52e00a9a4819aac7cd
(HTM) Author: solusipse <solus1ps3@gmail.com>
Date: Fri, 6 Sep 2013 14:44:38 +0200
Update README.md
Diffstat:
README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -79,6 +79,21 @@ Slug size: ```yourserver.com/SLUG_OF_CHOSEN_LENGTH/```.
- Buffer size
- Queue size
+## Running as service ##
+
+You can run fiche as service, there is simple systemd example:
+
+```
+[Unit]
+Description=FICHE-SERVER
+
+[Service]
+ExecStart=/usr/local/bin/fiche -d code.solusipse.net -o /home/www/code/
+
+[Install]
+WantedBy=multi-user.target
+```
+
## Webserver ##
To make files available for users, you need to host them somehow. Http server is easiest option. Just set root