]> git.arvados.org - arvados.git/blob - services/arv-git-httpd/arvados-git-httpd.service
10383: Merge branch 'master' into 10383-arv-put-incremental-upload
[arvados.git] / services / arv-git-httpd / arvados-git-httpd.service
1 [Unit]
2 Description=Arvados git server
3 Documentation=https://doc.arvados.org/
4 After=network.target
5 AssertPathExists=/etc/arvados/git-httpd/git-httpd.yml
6
7 [Service]
8 Type=notify
9 ExecStart=/usr/bin/arvados-git-httpd
10 Restart=always
11
12 [Install]
13 WantedBy=multi-user.target