mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix systemd service bug
This commit is contained in:
parent
f0a6f4e169
commit
201b3449bb
2 changed files with 3 additions and 3 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: axionl <axionl@aosc.io>
|
||||
pkgname=filebrowser-bin
|
||||
pkgver=1.8.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Web File Manager which can be used as a middleware or standalone app."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/filebrowser/filebrowser"
|
||||
|
|
@ -16,7 +16,7 @@ source=('filebrowser@.service' 'config.json' 'filebrowser-bin.install'
|
|||
|
||||
source_x86_64=(https://github.com/filebrowser/filebrowser/releases/download/v$pkgver/linux-amd64-filebrowser.tar.gz)
|
||||
|
||||
sha256sums=('031102764271b433d7910fd13289cf65e9b414f01ae83ff39876f8d642f1172c'
|
||||
sha256sums=('a02170d454ca64905b1b5bfe00311afdac4da099eeb14f594e3be9d08bc07af9'
|
||||
'211e8101821612d9c142ce05db565379845e735ec8f8891e3fa76111a65db799'
|
||||
'82e9879a58d21f4ca4a28315f94ffdadfbbf461752e63252bf12b91de93bc9c8'
|
||||
'1fc20cab3a7d67d7997126a98dd151a362dc4600201ca37fd608b959d25985db')
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Wants=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/filebrowser --config /etc/filebrowser/%I.json
|
||||
ExecStart=/usr/bin/filebrowser --config /etc/filebrowser/%i.json
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue