1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-25 12:12:58 +01:00

Typo's doh

nosscire 2013-09-09 02:42:54 -07:00
parent 8f08b47493
commit 1b5f5d97fc

@ -1,11 +1,11 @@
### Upstart (Ubuntu/Debian based distros)
Using Mono allows for more advanced features, such as start/stop and automatic restart if it would crash.
Using Upstart allows for more advanced features, such as start/stop and automatic restart if it would crash.
**Create the NzbDrone Upstart config file**
sudo nano /etc/init/nzbdrone.conf
**Paste in the following oode, changing the username (right click if using terminal)**
**Paste in the following code, changing the username (right click if using terminal)**
```bash
author "Simon Tallmyr - Nosscire"
description "Upstart Script to run NzbDrone as a service on Ubuntu/Debian based systems, as well as others"
@ -27,6 +27,9 @@ script
mono $DIR/NzbDrone.exe
end script
```
Press `ctrl+x` then `y` to save.
**Start NzbDrone**
sudo start nzbdrone