update dufs, fix breaking change
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful

This commit is contained in:
leafee98 2023-06-02 10:35:36 +08:00
parent d0cf5012ee
commit 7a3cf4467f
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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]