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
|