add missing assertion catching enabled xserver but disabled hal service
svn path=/nixos/trunk/; revision=15609
This commit is contained in:
parent
60060261a0
commit
3f79e158ba
|
@ -415,7 +415,8 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
job = ''
|
# The X server needs HAL running
|
||||||
|
job = assert config.services.hal.enable; ''
|
||||||
start on ${if cfg.autorun then "hal" else "never"}
|
start on ${if cfg.autorun then "hal" else "never"}
|
||||||
|
|
||||||
start script
|
start script
|
||||||
|
|
Loading…
Reference in New Issue