diff options
| author | Julian Hurst <ark@mansus.space> | 2023-08-10 17:17:23 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2023-08-10 17:17:23 +0200 |
| commit | 34d65c590d2b0f3d27479f2a83e28ade5b6ef66f (patch) | |
| tree | a128da59557a2efd986399009d1b6aaa3d1f01f2 /openrc | |
| parent | 852dac8c509a3c3286e995ee23e73745074953b1 (diff) | |
| download | docspace-34d65c590d2b0f3d27479f2a83e28ade5b6ef66f.tar.gz | |
openrc: docspace only uses stderr for logging
Diffstat (limited to 'openrc')
| -rwxr-xr-x | openrc/docspace | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openrc/docspace b/openrc/docspace index 9053a5b..318b5ee 100755 --- a/openrc/docspace +++ b/openrc/docspace @@ -5,8 +5,8 @@ command_background=true command_user=docspace pidfile=/var/run/docspace.pid name="docspace daemon" -output_log=/var/log/docspace/log -error_log=/var/log/docspace/err +#output_log=/var/log/docspace/log +error_log=/var/log/docspace/log export SESSION_KEY="$(/home/juju/docspace/keygen.sh)" description="docspace is a space for {up,down}loading documents" |
