1
0
Fork 0

In .service files flags was replaced by the new ones.

This commit is contained in:
Alexander Andreev 2023-08-01 16:46:50 +04:00
parent 084872be61
commit 6b8a7dffc7
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Description=dwelling-upload-clean
Type=oneshot
User=dwupload
Group=dwupload
ExecStart=/usr/bin/dwelling-upload-clean -upload-dir /srv/upload -keep-for 36
ExecStart=/usr/bin/dwelling-upload-clean -dir /srv/upload -expiry 36
ReadOnlyPaths=/
# Set here path to directory where uploads are stored.

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 -upload-dir /srv/upload \
-keep-for 36 -storage 102400 -file-size 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.