Skip to content

Commit

Permalink
Update logs.md
Browse files Browse the repository at this point in the history
remove rclone cache, changes to rclone service
  • Loading branch information
chazlarson authored Mar 13, 2024
1 parent 90ac21e commit 66b9b12
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions docs/reference/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,16 @@ Pick one of these.

### Check Status

```shell
sudo systemctl status rclone_vfs.service
```

### See a live log

```shell
sudo journalctl -o cat -fu rclone_vfs.service
```

## Rclone Cache

### Check Status
The services that saltbox creates are named with this pattern: `saltbox_managed_rclone_nameofremote.service`; and in these examples are referred to as SERVICE_FILE.service

```shell
sudo systemctl status rclone_cache.service
sudo systemctl status SERVICE_FILE.service
```

### See a live log

```shell
sudo journalctl -o cat -fu rclone_cache.service
sudo journalctl -o cat -fu SERVICE_FILE.service
```

## Union Mount
Expand Down

0 comments on commit 66b9b12

Please sign in to comment.