Biscd, what else would you like with your Gitea?
 
 
 
 

18 lines
378 B

[Unit]
Description=Starts biscd, a light-weight ci-cd tool
# Require syslog.socket to make sure this doesn't start to soon after boot
Requires=syslog.socket
Documentation=https://git.sciuro.org/Burathar/biscd
StartLimitIntervalSec=10
StartLimitBurst=3
[Service]
Type=simple
User=biscd
ExecStart=/opt/biscd/run.sh
Restart=always
RestartSec=1
[Install]
WantedBy=default.target