Fixed a typo in upload dir path.
This commit is contained in:
parent
30513b3300
commit
860d719cdd
@ -5,7 +5,7 @@ Description=dwelling-upload-clean
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
User=dwupload
|
User=dwupload
|
||||||
Group=dwupload
|
Group=dwupload
|
||||||
ExecStart=/usr/bin/dwelling-upload-clean -upload-dir /srv/uploads -keep-for 36
|
ExecStart=/usr/bin/dwelling-upload-clean -upload-dir /srv/upload -keep-for 36
|
||||||
|
|
||||||
ReadOnlyPaths=/
|
ReadOnlyPaths=/
|
||||||
# Set here path to directory where uploads are stored.
|
# Set here path to directory where uploads are stored.
|
||||||
|
@ -7,7 +7,7 @@ Type=simple
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
User=dwupload
|
User=dwupload
|
||||||
Group=dwupload
|
Group=dwupload
|
||||||
ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock -upload-dir /srv/uploads \
|
ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock -upload-dir /srv/upload \
|
||||||
-keep-for 36 -storage 102400 -file-size 128
|
-keep-for 36 -storage 102400 -file-size 128
|
||||||
|
|
||||||
ReadOnlyPaths=/
|
ReadOnlyPaths=/
|
||||||
|
Loading…
Reference in New Issue
Block a user