mirror of https://github.com/Sonarr/Sonarr
fixed missing blankspaces on 2 "sudo edit"
parent
0b07fa643a
commit
5991bcd523
|
@ -3,7 +3,7 @@ Using Upstart allows for more advanced features, such as start/stop and automati
|
|||
|
||||
**Create the NzbDrone Upstart config file**
|
||||
|
||||
sudoedit /etc/init/nzbdrone.conf
|
||||
sudo edit /etc/init/nzbdrone.conf
|
||||
|
||||
**Paste in the following code, changing the username (right click if using terminal)**
|
||||
```bash
|
||||
|
@ -35,7 +35,7 @@ Press <kbd>Ctrl</kbd>+<kbd>X</kbd> then <kbd>y</kbd> to save (assuming you're us
|
|||
|
||||
### Method 2: LSB style init-script (Debian/Ubuntu)
|
||||
|
||||
1) `sudoedit /etc/init.d/nzbdrone`
|
||||
1) `sudo edit /etc/init.d/nzbdrone`
|
||||
|
||||
2) Paste the following: (change the user/group to not be root. See the security note in the next section.)
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue