mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
Updated Systemd rclone mount (markdown)
parent
d0104d3f35
commit
2d3357dd40
@ -105,7 +105,7 @@ WantedBy=default.target
|
||||
```
|
||||
|
||||
# Service installation
|
||||
Save the above file to `/etc/systemd/user/rclone@.service`. The "@" at the end of the name of the service is what makes the service a templated service and is passed to the service file as the `%i` placeholder. After saving the file to the file system, you need to issue the following command to tell systemd to look for the new service file (this will also need done if you change the service file)
|
||||
Save the above file to `/etc/systemd/user/rclone@.service` if you want it accessible to the entire system, or `~/.config/systemd/user/rclone@.service` if you want it only accessible for a single user. The "@" at the end of the name of the service is what makes the service a templated service and is passed to the service file as the `%i` placeholder. After saving the file to the file system, you need to issue the following command to tell systemd to look for the new service file (this will also need done if you change the service file)
|
||||
|
||||
`systemctl --user daemon-reload`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user