Skip to content

Commit b18b7dc

Browse files
committed
removing reference to Debian 9
1 parent d5fd2d0 commit b18b7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/troubleshoot-common-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ The security daemon fails to start and module containers aren't created. The `ed
507507
508508
**Root cause:**
509509
510-
For all Linux distros except CentOS 7 (including Debian 9), IoT Edge's default configuration is to use `systemd` socket activation. A permission error happens if you change the configuration file to not use socket activation but leave the URLs as `/var/run/iotedge/*.sock`, since the `iotedge` user can't write to `/var/run/iotedge` meaning it can't unlock and mount the sockets itself.
510+
For all Linux distros except CentOS 7, IoT Edge's default configuration is to use `systemd` socket activation. A permission error happens if you change the configuration file to not use socket activation but leave the URLs as `/var/run/iotedge/*.sock`, since the `iotedge` user can't write to `/var/run/iotedge` meaning it can't unlock and mount the sockets itself.
511511
512512
**Resolution:**
513513

0 commit comments

Comments
 (0)