[shellinabox] Really add WorkingDirectory to service file

Simone Caronni slaanesh at fedoraproject.org
Tue Sep 25 06:39:57 UTC 2012


commit 6721ae5c77356fa770ba480327c4b4c0845022bc
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Tue Sep 25 08:26:18 2012 +0200

    Really add WorkingDirectory to service file

 shellinaboxd.service |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shellinaboxd.service b/shellinaboxd.service
index 4f01c7f..08d2226 100644
--- a/shellinaboxd.service
+++ b/shellinaboxd.service
@@ -6,6 +6,7 @@ After=network.target nss-lookup.target
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/shellinaboxd
+WorkingDirectory=/usr/share/shellinabox
 ExecStart=/usr/sbin/shellinaboxd -u $USER -g $GROUP --cert=$CERTDIR --port=$PORT $OPTS
 Restart=always
 


More information about the scm-commits mailing list