Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ebd1b0229 | |||
| a6fb133216 |
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ NAME = netoik-git
|
||||
VERSION = $(shell git describe --abbrev=0)
|
||||
RELEASE = $(shell git rev-parse --short HEAD)
|
||||
ARCH = noarch
|
||||
OWNER = samuel
|
||||
OWNER = netoik
|
||||
SUMMARY = "Netoïk Git server"
|
||||
LICENSE = "MIT"
|
||||
URL = "https://git.netoik.io/$(OWNER)/$(NAME)"
|
||||
|
||||
@@ -4,8 +4,8 @@ Documentation=https://gitea.com/gitea/act_runner
|
||||
After=gitea.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/act_runner daemon
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
ExecStart=act_runner daemon
|
||||
ExecReload=kill -s HUP $MAINPID
|
||||
WorkingDirectory=/var/lib/actrunner%i
|
||||
TimeoutSec=0
|
||||
RestartSec=10
|
||||
|
||||
@@ -9,7 +9,7 @@ User=gitea
|
||||
Group=gitea
|
||||
WorkingDirectory=/var/lib/gitea/
|
||||
Environment=GITEA_WORK_DIR=/var/lib/gitea
|
||||
ExecStart=/usr/sbin/gitea_web_notify
|
||||
ExecStart=gitea_web_notify
|
||||
Restart=always
|
||||
NotifyAccess=all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user