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

13 lines
221 B
Smarty
Raw Normal View History

2022-06-19 03:46:05 -04:00
[Unit]
Description=Gogs
After=network.target
[Service]
2022-06-25 12:32:11 -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