fix: ExecStart

This commit is contained in:
Xarth-Mai 2025-07-17 01:42:16 +08:00
parent 7b76d49314
commit da90637783
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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