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
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ Gridinit is a tool used to manage non-daemon processes.
4
4
5
5
## Build
6
6
7
+
```
8
+
cmake -D GRIDINIT_SOCK_PATH=/tmp/gridinit.sock .
9
+
make
10
+
```
11
+
7
12
### Dependencies
8
13
9
14
* cmake, make, gcc
@@ -16,3 +21,18 @@ Gridinit is a tool used to manage non-daemon processes.
16
21
| ----- | ------- | ----------- |
17
22
| GRIDINIT_SOCK_PATH | /var/run/gridinit.sock | Path used for the socket on both server and client side, when no path is specified in the configuration. |
0 commit comments