Move service files
This commit is contained in:
parent
19b73a3edd
commit
695c5e0648
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue