Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/plugins/gitea/init.d/gitea.service.tpl

12 lines
225 B

[Unit]
Description=Gogs
After=network.target
[Service]
Type=forking
ExecStart={$SERVER_PATH}/gitea/init.d/gitea start
ExecStop={$SERVER_PATH}/gitea/init.d/gitea stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target