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/gogs/init.d/gogs.service.tpl

13 lines
221 B

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