dockerfiles/gogs/gogs.service

16 lines
259 B
SYSTEMD

[Unit]
Description=Gogs (Go Git Service)
After=network.target
[Service]
Type=simple
User=git
Group=git
WorkingDirectory=/home/git/gogs
ExecStart=/home/git/gogs/gogs web
Restart=always
Environment=USER=git HOME=/home/git
[Install]
WantedBy=multi-user.target