1
0
Fork 0

In service replaced args for ExecStart= to the new ones.

This commit is contained in:
Alexander Andreev 2023-05-25 02:32:04 +04:00
parent 5101a892de
commit c5faef303b
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 1 deletions

View File

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