Skip to content

Commit 71ec936

Browse files
committed
Comment socket listen path in default config file
This is the source code default value and the official builds will pass this value via `cmake -DGRIDINIT_SOCK_PATH` anyways.
1 parent 0ef2a92 commit 71ec936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gridinit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Default]
2-
listen=/var/run/gridinit.sock
2+
#listen=/var/run/gridinit.sock
33
pidfile=/var/run/gridinit.pid
44

55
# Default:uid : STRING | INTEGER

0 commit comments

Comments
 (0)