From 79d3f1992e31a7875974ae73aabb60255eab1468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ketelaars?= Date: Fri, 4 Sep 2015 16:40:29 +0200 Subject: [PATCH] update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cbe477..a0263bf 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,15 @@ http://domain.com/abcdef/ #### User name #### -If you use fiche as service (see details below) you may want to save files as other user, to do that use `-u` option, -there's example: +Set the user that fiche runs as using the `-u` option, example: ``` -fiche -u http +fiche -u _fiche ``` +This option has effect only if fiche was started by root, otherwise it is ignored and fiche runs under the +current user id. + ----------------- #### Buffersize #### @@ -221,7 +223,7 @@ You can run fiche as service, there is simple systemd example: Description=FICHE-SERVER [Service] -ExecStart=/usr/local/bin/fiche -d code.solusipse.net -o /home/www/code/ -l /home/www/log.txt +ExecStart=/usr/local/bin/fiche -d code.solusipse.net -o /home/www/code/ -l /home/www/log.txt -u _fiche [Install] WantedBy=multi-user.target