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
|
||||
User=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=/
|
||||
# Set here path to directory where uploads are stored.
|
||||
|
@ -7,7 +7,7 @@ Type=simple
|
||||
Restart=on-failure
|
||||
User=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
|
||||
|
||||
ReadOnlyPaths=/
|
||||
|
Loading…
Reference in New Issue
Block a user