linux/conf/systemd/gogs.service

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