Logo Informatizzati

Verifica che non sia abilitato

# systemctl status rc-local

# vi /etc/systemd/system/rc-local.service
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local

[Service]
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
# printf '%s\n' '#!/bin/bash' 'exit 0' | sudo tee -a /etc/rc.local
# chmod +x /etc/rc.local
# systemctl enable rc-local
# systemctl start rc-local.service

Verifica che sia tutto ok:

# systemctl status rc-local.service
Tags

Commenti (0)

Attach images by dragging & dropping or by selecting them.
The maximum file size for uploads is 1MB. Only gif,jpg,png files are allowed.
 
The maximum number of 1 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
The maximum number of 1 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
Posta come

    Commenti offerti da CComment