Bonjour,
Voulant optimiser le SSD de mon portable après la fraîche installation de Fedora18, j'ai suivi la doc idoine
http://doc.fedora-fr.org/wiki/Les_SSD_sous_fedora, mais impossible de rendre exécutable rc.local.
Voici les renseignements :
[root@fedora ~]# cat /etc/rc.d/rc.local
#!/bin/bash
echo 'noop' > /sys/block/sda/queue/scheduler
[root@fedora ~]# cat /sys/block/sda/queue/scheduler
noop deadline [cfq]
J'ai bien fait la commande :
[root@fedora ~]# chmod +x /etc/rc.d/rc.local
Mais quand je veux activer :
[root@fedora ~]# 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, ...).
D'ailleurs, j'ai
[root@fedora ~]# ls -l /etc/rc.d/rc.local
-rwxrwxr-x. 1 jbeziat jbeziat 59 28 mars 00:26 /etc/rc.d/rc.local
"jbeziat" étant mon login utilisateur, je devrais avoir "root root" à la place, non ?
J'ai suivi aussi les sujets dans ce forum, mais là je ne comprends pas pourquoi chmod ne fait rien...?
Merci pour votre aide.