mirror of
https://github.com/systemd/systemd.git
synced 2025-02-24 17:57:34 +03:00
oomd: move oomctl to bindir
We don't really need oomctl during early boot, so bindir seems like a more suitable place for the binary.
This commit is contained in:
parent
70652c2a6f
commit
cfd4c84add
@ -2980,8 +2980,7 @@ if conf.get('ENABLE_OOMD') == 1
|
||||
link_with : [libshared],
|
||||
dependencies : [],
|
||||
install_rpath : rootlibexecdir,
|
||||
install : true,
|
||||
install_dir : rootbindir)
|
||||
install : true)
|
||||
endif
|
||||
|
||||
if conf.get('ENABLE_BINFMT') == 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user