source: trunk/packages/invirt-dev/debian/invirt-dev.upstart @ 2625

Last change on this file since 2625 was 2625, checked in by broder, 14 years ago

Serve the repositories in /srv/git over a git-daemon

File size: 207 bytes
Line 
1start on startup
2stop on shutdown
3
4exec /usr/bin/git \
5     daemon \
6     --user=git --group=nogroup \
7     --verbose \
8     --reuseaddr \
9     --export-all
10     --base-path=/srv/git \
11     /srv/git
12respawn
Note: See TracBrowser for help on using the repository browser.