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
alanbjohnston 5f1739ede6
working
7 years ago
..
README.md working 7 years ago
cubesatsim.service changed to make it run last in systemd 7 years ago
custom.target Create custom.target 7 years ago
new.service boot autorun working with sleep 7 years ago

README.md

cd systemd

sudo cp custom.target /etc/systemd/system/custom.target

sudo mkdir /etc/systemd/system/custom.target.wants

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.