From 475764ef8557d8c4f4cb557ef473ac998b81518c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 18 Nov 2018 17:18:41 -0500 Subject: [PATCH] Create README.md --- systemd/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systemd/README.md diff --git a/systemd/README.md b/systemd/README.md new file mode 100644 index 00000000..038d9c25 --- /dev/null +++ b/systemd/README.md @@ -0,0 +1,12 @@ +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 +