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