Move service files

This commit is contained in:
Manuel Thalmann 2022-11-11 00:17:38 +01:00
parent 19b73a3edd
commit 695c5e0648
2 changed files with 1 additions and 1 deletions

View file

@ -78,7 +78,7 @@ The steps described here allow the creation of a linux system on a Surface Book
```bash
sudo -v ; curl https://rclone.org/install.sh | sudo bash
rclone config # add remote
cp ./rclone@.service ~/.config/systemd/user/
cp ./services/rclone@.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable rclone@nextcloud:Nextcloud
systemctl --user start rclone@nextcloud:Nextcloud