From 11af7ebbf9e320b0e41bbd14948e86c5c3402ee5 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Fri, 30 May 2025 20:56:33 +0200 Subject: [PATCH] Fix init-script --- APKBUILD | 2 +- semaphore.initd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"