nixos/systemd: don't try to install systemd-initctl.{service,socket}
Since systemd 246, these are only installed by systemd if HAVE_SYSV_COMPAT is true, which only is the case if you set sysvinit-path and sysvrcnd-path (which we explicitly unset in the systemd derivation for quite some time)
This commit is contained in:
		
							parent
							
								
									e2eb3289b0
								
							
						
					
					
						commit
						e37941e4e4
					
				| @ -81,10 +81,6 @@ let | ||||
|       "systemd-coredump.socket" | ||||
|       "systemd-coredump@.service" | ||||
| 
 | ||||
|       # SysV init compatibility. | ||||
|       "systemd-initctl.socket" | ||||
|       "systemd-initctl.service" | ||||
| 
 | ||||
|       # Kernel module loading. | ||||
|       "systemd-modules-load.service" | ||||
|       "kmod-static-nodes.service" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Florian Klink
						Florian Klink