* The X server now needs HAL running.
svn path=/nixos/trunk/; revision=15369
This commit is contained in:
parent
2cd1e7239f
commit
114109b709
@ -416,7 +416,7 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
job = ''
|
job = ''
|
||||||
start on ${if cfg.autorun then "network-interfaces" else "never"}
|
start on ${if cfg.autorun then "hal" else "never"}
|
||||||
|
|
||||||
start script
|
start script
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user