From 41a1b536eceab4132fff8a3ac35499dd0e0dffd8 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sat, 16 Nov 2019 16:39:43 -0500 Subject: [PATCH] systemd refuses to operate on symlinks. copy the file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 839dbb8..3c742ce 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ nano server.cfg ## Enabling on Boot Link the onsetswitch service file to systemd: -```sh -sudo ln -s buttons.service /lib/systemd/system/buttons.service +``` +sudo cp buttons.service /lib/systemd/system/buttons.service ``` Enable the service at startup: