Bonjour,
Je fait face à un petit problème en voulant changer le scheduler, de cfq vers noop.
J'ai suivi la
documentation.
Au moment de lancer le service associé, j'obtiens le message suivant :
[root@ ~]# systemctl enable rc-local.service
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
[root@ ~]#
Comment puis-je résoudre ce problème ?
Merci pour vos conseils.
kruger