Introduction
Introduction Statistics Contact Development Disclaimer Help
Update README.md - fiche - A pastebin adjusted for gopher use
git clone git://vernunftzentrum.de/fiche.git
Log
Files
Refs
LICENSE
---
commit 31022de8ecc891e8a5f68e2b97d56729e773a84c
parent b932c45685af63fa5491cd52e00a9a4819aac7cd
Author: solusipse <[email protected]>
Date: Fri, 6 Sep 2013 14:44:38 +0200
Update README.md
Diffstat:
README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
---
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 …
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.