mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #630 from pietsch/patch-1
Set reasonable env value for $PWD
This commit is contained in:
commit
0db53f9dc0
@ -17,7 +17,7 @@ SyslogIdentifier=cryptpad
|
||||
User=cryptpad
|
||||
Group=cryptpad
|
||||
# modify to match your working directory
|
||||
Environment='PWD="/home/cryptpad/cryptpad/cryptpad"'
|
||||
Environment='PWD="/home/cryptpad/cryptpad"'
|
||||
|
||||
# systemd sets the open file limit to 4000 unless you override it
|
||||
# cryptpad stores its data with the filesystem, so you should increase this to match the value of `ulimit -n`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user