update dufs, fix breaking change
This commit is contained in:
parent
d0cf5012ee
commit
7a3cf4467f
|
@ -1,7 +1,7 @@
|
|||
#/usr/bin/env bash
|
||||
|
||||
pkgname="dufs"
|
||||
pkgver="0.33.0"
|
||||
pkgver="0.34.0"
|
||||
pkgrel=1
|
||||
pkgdesc="A file server that supports static serving, uploading, searching, accessing control, webdav..."
|
||||
url="https://github.com/sigoden/dufs"
|
||||
|
|
|
@ -6,7 +6,7 @@ After=network.target
|
|||
Type=simple
|
||||
User=dufs
|
||||
Group=dufs
|
||||
ExecStart=/usr/local/bin/dufs --auth /@dufs:dufs /srv/dufs
|
||||
ExecStart=/usr/local/bin/dufs --auth dufs:dufs@/:rw /srv/dufs
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue