diff --git a/APKBUILD b/APKBUILD index a411f73..d592b46 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,6 +1,6 @@ pkgname="semaphore-bin" pkgver=2.14.12 -pkgrel=3 +pkgrel=4 pkgdesc="Modern UI and powerful API for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools." url="https://semaphoreui.com" license="MIT" diff --git a/semaphore.initd b/semaphore.initd index 65ae8d4..a0ae18a 100644 --- a/semaphore.initd +++ b/semaphore.initd @@ -3,6 +3,6 @@ name=$RC_SVCNAME description="Semaphore Service" supervisor="supervise-daemon" -command="/usr/bin/semaphore" -command_args="server --config /var/lib/semaphore/config.json" +command="/usr/bin/semaphore server" +command_args="config /var/lib/semaphore/config.json" command_user="semaphore"