mdserver-web/plugins/gogs/init.d/gogs.service.tpl

13 lines
221 B
Smarty
Raw Permalink Normal View History

2022-06-19 03:46:05 -04:00
[Unit]
Description=Gogs
After=network.target
[Service]
2022-06-27 21:18:17 -04:00
Type=forking
ExecStart={$SERVER_PATH}/gogs/init.d/gogs start
ExecStop={$SERVER_PATH}/gogs/init.d/gogs stop
RemainAfterExit=yes
2022-06-19 03:46:05 -04:00
[Install]
WantedBy=multi-user.target