Fix init-script

This commit is contained in:
LinuxSquare 2025-05-30 20:56:33 +02:00
parent d778310f4f
commit 11af7ebbf9
2 changed files with 3 additions and 3 deletions

View file

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

View file

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