You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/systemd/README.md

18 lines
464 B

cd systemd
sudo cp custom.target /etc/systemd/system/custom.target
sudo mkdir /etc/systemd/system/custom.target.wants
sudo cp new.service /etc/systemd/system/custom.target.wants/new.service
sudo cp cubesatsim.service /etc/systemd/system/custom.target.wants/cubesatsim.service
sudo systemctl list-units --type target --all
sudo systemctl isolate custom.target
sudo ln -sf /etc/systemd/system/custom.target /etc/systemd/system/default.target
sudo reboot now

Powered by TurnKey Linux.