1
0
mirror of https://gitlab.com/packaging/gitea synced 2025-09-11 14:34:44 +00:00

initial commit

This commit is contained in:
morph027
2020-04-12 13:43:49 +02:00
commit 0d5d3679b5
4 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[Unit]
Description=Gitea (Git with a cup of tea)
After=network.target
[Service]
RestartSec=2s
Type=simple
User=gitea
Group=gitea
WorkingDirectory=/var/lib/gitea/
ExecStart=/usr/bin/gitea web -c /etc/gitea/app.ini
Restart=always
EnvironmentFile=/etc/default/gitea
[Install]
WantedBy=multi-user.targe