You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might have noticed that Git daemon is started here with `git` as both group and user.
50
+
51
+
Modify it to fit your needs and make sure provided user exists on the system.
52
+
53
+
Finally, you'll run `systemctl enable git-daemon` to automatically start the service on boot, and the usual service commands like `service start` and `service stop` are instantly available.
54
+
55
+
Until LTS 14.04, Ubuntu used upstart service unit configuration.
56
+
Therefore, on Ubuntu <= 14.04 you can use an Upstart script.
0 commit comments