sudo vim /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
SysVStartPriority=99
[Install]
WantedBy=multi-user.target
sudo vim /etc/rc.local
#!/bin/sh -e
exit 0
sudo chmod +x /etc/rc.local
sudo systemctl enable rc-local.service
sudo systemctl start rc-local.service
:::info [Update] 2022.04.17 Add support for free5gc v3.1.0 [Update] 2022.02.26 Fix steps of OAI 5G installtion for branch selection Add solution for failure of PDU Session Setup
Mar 4, 2024Update sudo apt-get update sudo apt-get install -y linux-image-X.Y.Z-W-generic linux-headers-X.Y.Z-W-generic sudo update-initramfs -u -k all sudo update-grub
Oct 13, 2022[TOC] Install sysrepo Prerequites gcc (>= 4.8.4) cmake (>= 2.8.12) libyang libpcre2-dev libpcre2
Dec 28, 2021[TOC] Topology Entire Network VM1 VM2
Aug 12, 2020or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up