Fix init-script
This commit is contained in:
parent
d778310f4f
commit
11af7ebbf9
2 changed files with 3 additions and 3 deletions
2
APKBUILD
2
APKBUILD
|
@ -1,6 +1,6 @@
|
||||||
pkgname="semaphore-bin"
|
pkgname="semaphore-bin"
|
||||||
pkgver=2.14.12
|
pkgver=2.14.12
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Modern UI and powerful API for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools."
|
pkgdesc="Modern UI and powerful API for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools."
|
||||||
url="https://semaphoreui.com"
|
url="https://semaphoreui.com"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
name=$RC_SVCNAME
|
name=$RC_SVCNAME
|
||||||
description="Semaphore Service"
|
description="Semaphore Service"
|
||||||
supervisor="supervise-daemon"
|
supervisor="supervise-daemon"
|
||||||
command="/usr/bin/semaphore"
|
command="/usr/bin/semaphore server"
|
||||||
command_args="server --config /var/lib/semaphore/config.json"
|
command_args="config /var/lib/semaphore/config.json"
|
||||||
command_user="semaphore"
|
command_user="semaphore"
|
||||||
|
|
Loading…
Reference in a new issue