Files
cocoa/contrib/dinit/gitea
2026-02-14 11:04:23 -03:00

15 lines
316 B
Plaintext

# SPDX-License-Identifier: CDDL-1.0
# vim: ft=confini
command = /usr/local/bin/gitea web --config /etc/gitea/app.ini
# If using MariaDB
# need = mariadb
# If using PostgreSQL
# need = postgresql
# If using Redis
# need = redis
restart = on-failure
restart-delay = 2
run-as = git
smooth-recovery = yes
type = process