Commit 51b1a8d
committed
upstart scripts go in /etc/init/
Had some issues following this text when setting up my own git server. Upstart scripts in ubuntu in /etc/init/ http://upstart.ubuntu.com/cookbook/#job-configuration-file.
Also the daemon should run with the --detached option or else the upstart job will spawn two processes, the git daemon and the shell process that started it.1 parent 6c452e3 commit 51b1a8d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments