1
0
Fork 0

In dwelling-upload.service changed a formatting of one line to reduce its length. :)

This commit is contained in:
Alexander Andreev 2023-08-06 02:05:30 +04:00
parent 4048390bfb
commit 2dc523271c
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ Type=simple
Restart=on-failure
User=dwupload
Group=dwupload
ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock -dir /srv/upload \
-expiry 36 -storage 102400 -file 128
ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock \
-dir /srv/upload -expiry 36 -storage 102400 -file 128
ReadOnlyPaths=/
# Set here path to directory where uploads are stored.