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

13 lines
314 B

sudo mv custom.target /etc/systemd/system/custom.target
sudo mv new.service /etc/systemd/system/custom.target.wants/new.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.