Magellan Linux

Annotation of /trunk/git/git-daemon.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2327 - (hide annotations) (download)
Wed Nov 27 15:16:15 2013 UTC (10 years, 5 months ago) by niro
File size: 188 byte(s)
-added missing service file
1 niro 2327 [Unit]
2     Description=Git Repository Daemon
3    
4     [Service]
5     Type=forking
6     EnvironmentFile=/etc/conf.d/git-daemon
7     ExecStart=/usr/bin/git-daemon $GITDAEMON_OPTS
8    
9     [Install]
10     WantedBy=multi-user.target