summaryrefslogtreecommitdiffhomepage
path: root/git/git-daemon.service
blob: 1b13cfa8466962be8ab780d8d5d9b0bbf4be4bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=Start Git Daemon
Requires=network-online.target
After=network-online.target

[Service]
ExecStart=/home/pham/site/git/daemon.sh
WorkingDirectory=/srv/git

Restart=always
RestartSec=500ms

StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=git-daemon

User=pham
Group=pham

[Install]
WantedBy=multi-user.target