services: docker: Make shepherd service require "networking".
Fixes <https://bugs.gnu.org/34333>. * gnu/services/docker.scm (docker-shepherd-service): Require "networking".
This commit is contained in:
		
							parent
							
								
									4a14ee9127
								
							
						
					
					
						commit
						268e12a894
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -77,7 +77,7 @@ | |||
|                           file-system-/sys/fs/cgroup/devices | ||||
|                           file-system-/sys/fs/cgroup/memory | ||||
|                           ; TODO: file-system-/sys/fs/cgroup/pids | ||||
|                           )) | ||||
|                           networking)) | ||||
|            (start #~(make-forkexec-constructor | ||||
|                      (list (string-append #$docker "/bin/dockerd") | ||||
|                            "-p" "/var/run/docker.pid") | ||||
|  |  | |||
		Reference in a new issue