From f8ce1ba312bed71a6f85bd36b92437c2dacdb7a3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 8 Feb 2019 16:12:58 -0500 Subject: [PATCH 1/2] Update README.md --- systemd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/README.md b/systemd/README.md index 038d9c25..b6a99a35 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -1,3 +1,5 @@ +cd systemd + sudo mv custom.target /etc/systemd/system/custom.target sudo mv new.service /etc/systemd/system/custom.target.wants/new.service From 2ff6aaa178e9d5584e37e6029a9ca851c9cab4fd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 8 Feb 2019 16:14:48 -0500 Subject: [PATCH 2/2] Update README.md --- systemd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/README.md b/systemd/README.md index b6a99a35..0c11e1b3 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -2,6 +2,8 @@ cd systemd sudo mv custom.target /etc/systemd/system/custom.target +sudo mkdir /etc/systemd/system/custom.target.wants + sudo mv new.service /etc/systemd/system/custom.target.wants/new.service sudo systemctl list-units --type target --all