Skip to content

Commit

Permalink
Updates for background process
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrapson authored Apr 10, 2017
1 parent 58a0aed commit e3dd19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Then
```
cd ~/hyperion-config-switch
ln -s avr.YOUR_AVR_MANUFACTURER.conf hyperion.avr.conf
sudo ./hyperion-config-switch.daemon.sh &
sudo nohup ./hyperion-config-switch.daemon.sh &
```

#### OpenELEC / RasPlex
Expand Down Expand Up @@ -135,7 +135,7 @@ ln -s avr.YOUR_AVR_MANUFACTURER.conf hyperion.avr.conf
At this point you will want to open `hyperion.avr.conf` in your favourite editor and put in your AVR IP address, port, etc.
Next, edit `hyperion-config-switch.conf` and make sure the paths are configured correctly for your system. Then:
```
./hyperion-config-switch.daemon.sh &
nohup ./hyperion-config-switch.daemon.sh &
```

## Per-Input Configuration
Expand Down

0 comments on commit e3dd19c

Please sign in to comment.