linux/conf/systemd/gogs.service

11 lines
137 B
INI
Raw Permalink Normal View History

2015-10-03 12:37:31 +02:00
[Unit]
Description=Gogs
After=network.target
[Service]
ExecStart=/data/git/gogs/gogs web
User=git
[Install]
WantedBy=multi-user.target