1
0
Fork 0

systemd refuses to operate on symlinks. copy the file.

This commit is contained in:
Kevin Matz 2019-11-16 16:39:43 -05:00
parent 849e4443f2
commit 41a1b536ec
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ nano server.cfg
## Enabling on Boot ## Enabling on Boot
Link the onsetswitch service file to systemd: 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: Enable the service at startup: