diff options
Diffstat (limited to 'git/git-daemon.service')
-rw-r--r-- | git/git-daemon.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/git-daemon.service b/git/git-daemon.service index 4641aea..1b13cfa 100644 --- a/git/git-daemon.service +++ b/git/git-daemon.service | |||
@@ -4,7 +4,7 @@ Requires=network-online.target | |||
4 | After=network-online.target | 4 | After=network-online.target |
5 | 5 | ||
6 | [Service] | 6 | [Service] |
7 | ExecStart=/home/pham/git/vps/git/daemon.sh | 7 | ExecStart=/home/pham/site/git/daemon.sh |
8 | WorkingDirectory=/srv/git | 8 | WorkingDirectory=/srv/git |
9 | 9 | ||
10 | Restart=always | 10 | Restart=always |