mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Docker container on Ubuntu 16.04 LTS (markdown)
parent
f02da084b3
commit
94d47d8815
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ExecStop=/usr/bin/docker stop radarr
|
|||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
Save the file using keyboard combo `Ctrl+o`, exit with `Ctrl+x` and set permissions using the command:
|
||||
Save the file using keyboard combo <kbd>Ctrl</kbd>+<kbd>o</kbd>, exit with <kbd>Ctrl</kbd>+<kbd>x</kbd> and set permissions using the command:
|
||||
|
||||
```bash
|
||||
sudo chmod 644 /etc/systemd/system/docker-radarr.service
|
||||
|
|
Loading…
Reference in a new issue