Skip to content

Commit 8d186a3

Browse files
author
heretoenhance
authored
Adding an explanation for CONFIG_NET requirement (systemd#18600)
* README: replace CONFIG_NET with CONFIG_UNIX in requirements list
1 parent 1d123e7 commit 8d186a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ REQUIREMENTS:
4444
CONFIG_SIGNALFD
4545
CONFIG_TIMERFD
4646
CONFIG_EPOLL
47-
CONFIG_NET
47+
CONFIG_UNIX (it requires CONFIG_NET, but every other flag in it is not necessary)
4848
CONFIG_SYSFS
4949
CONFIG_PROC_FS
5050
CONFIG_FHANDLE (libudev, mount and bind mount handling)

0 commit comments

Comments
 (0)