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 f113ba6f90
Update cubesatsim.service
7 years ago
..
README.md changed mv to cp to keep original files 7 years ago
cubesatsim.service Update cubesatsim.service 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 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.