Update readme how to enable and start systemd units

It missed that escaping was essential if you didn't use a all [a-z] foldername...
pull/244/head
Jan Schulz 2018-12-03 21:34:10 +01:00
parent e3e18fe16a
commit f9cad3b635
1 changed files with 4 additions and 4 deletions

View File

@ -90,10 +90,10 @@ Prepare a Google Drive folder in your $HOME directory with `grive -a`.
```bash
# 'google-drive' is the name of your Google Drive folder in your $HOME directory
systemctl --user enable grive-timer@google-drive.timer
systemctl --user start grive-timer@google-drive.timer
systemctl --user enable grive-changes@google-drive.service
systemctl --user start grive-changes@google-drive.service
systemctl --user enable grive-timer@$(systemd-escape google-drive).timer
systemctl --user start grive-timer@$(systemd-escape google-drive).timer
systemctl --user enable grive-changes@$(systemd-escape google-drive).service
systemctl --user start grive-changes@$(systemd-escape google-drive).service
```
You can enable and start these two units for multiple folders in your `$HOME`