mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:39:41 +01:00
fix: ExecStart
This commit is contained in:
parent
7b76d49314
commit
da90637783
3 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = homepage
|
||||
pkgdesc = A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
|
||||
pkgver = 1.4.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/gethomepage/homepage
|
||||
arch = any
|
||||
license = GPL-3.0-only
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=homepage
|
||||
pkgver=1.4.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
|
||||
arch=('any')
|
||||
url="https://github.com/gethomepage/homepage"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Group=homepage
|
|||
SyslogIdentifier=homepage
|
||||
WorkingDirectory=/var/lib/homepage/
|
||||
Environment="NODE_ENV=production"
|
||||
ExecStart=/usr/bin/pnpm start
|
||||
ExecStart=/usr/bin/node server.js
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue