907516d1d6
- Updated documentation, so it's very nice for pho4cexa <3 - Moved helper/example files to an assets directory (feel free to rearrange all of these again if you have any better ideas :D - Renamed and moved tutorial file to make it more descriptive - Removed old environment variables from post-receive hook example file
15 lines
324 B
Desktop File
15 lines
324 B
Desktop File
[Unit]
|
|
Description=Start Git Daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/git daemon --base-path=/home/git/projects --export-all --reuseaddr --informative-errors --verbose
|
|
Restart=always
|
|
RestartSec=500ms
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=git-daemon
|
|
User=git
|
|
Group=git
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|