Hide Forgot
Created attachment 542615 [details] 0001-man-fixed-description-of-as-ampersand-by-changing-to.patch Description of problem: The systemd.service man page says, under 'ListenStream=': If the address starts with an ampersand (@) it is read as abstract namespace socket in the AF_UNIX family. The @ is replaced with a NUL character before binding. For details see unix(7). But ampersand is not @, it's &. Version-Release number of selected component (if applicable): systemd-37-3.fc16.x86_64 Patch attached.
Fixed upstream: http://cgit.freedesktop.org/systemd/commit/?id=7e115808a990199fe00de4cc2ef48fe96de3d3d0 Thanks!