11 lines
137 B
INI
11 lines
137 B
INI
|
[Unit]
|
||
|
Description=Gogs
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/data/git/gogs/gogs web
|
||
|
User=git
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|