gnsribeiro
(usa Fedora)
Enviado em 05/05/2017 - 02:09h
Há uma confusão nos posts: às vezes o
rc.local se encontra somente no
/etc , e em outras ele aparece dentro do subdiretório
rc.d . Há alguma diferença entre colocar ele em um ou em outro? (Eu o deixei no
/etc/rc.d , porque o próprio
rc-local.service o referencia no
/etc/rc.d )
Enfim, não funcionou. Não consegui ativar o
rc-local.service :
$ sudo systemctl enable rc-local.service
The unit files have no installation config (WantedBy, RequiredBy, Also, Alias
settings in the [Install] section, and DefaultInstance for template units).
This means 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, ...).
4) In case of template units, the unit is meant to be enabled with some
instance name specified.
Também não consegui inicializá-lo com
systemctl start . Segue o seu status:
$ systemctl status rc-local.service
rc-local.service - /etc/rc.d/rc.local Compatibility
Loaded: loaded (/usr/lib/systemd/system/rc-local.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since sex 2017-05-05 01:37:26 -03; 10min ago
mai 05 01:37:26 localhost.localdomain rc.local[1202]: Unable to connect to X server
mai 05 01:37:27 localhost.localdomain rc.local[1202]: Unable to connect to X server
mai 05 01:37:25 localhost.localdomain systemd[1]: Starting /etc/rc.d/rc.local Compatibility...
mai 05 01:37:26 localhost.localdomain systemd[1]: rc-local.service: Control process exited, code=exited status=1
mai 05 01:37:26 localhost.localdomain systemd[1]: Failed to start /etc/rc.d/rc.local Compatibility.
mai 05 01:37:26 localhost.localdomain systemd[1]: rc-local.service: Unit entered failed state.
mai 05 01:37:26 localhost.localdomain systemd[1]: rc-local.service: Failed with result 'exit-code'.
Um usuário no post do primeiro link aparenta estar com o mesmo problema que eu, e outro o sugere que ele cheque as permissões do arquivo (acredito que ele se refira às de execução), mas aqui o arquivo possui tais permissões:
$ ls -l /etc/rc.d/rc.local
-rwxr-xr-x. 1 root root 59 mai 5 01:53 /etc/rc.d/rc.local