# - - # # - File's location - # # - /etc/systemd/system/rc-local.service - # # - sudo vim /etc/systemd/system/rc-local.service; # - - # # - Activate service - # # - sudo systemctl daemon-reload; # - sudo systemctl start rc-local.service; # - sudo systemctl status rc-local.service; [Unit] Description=/etc/rc.local compatibility [Service] Type=oneshot ExecStart=/etc/rc.local TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 [Install] WantedBy=multi-user.target