forked from midou/invidious
Add systemd service information to README.md
This commit is contained in:
parent
f65ddaa0f1
commit
af9134ffb4
@ -147,6 +147,14 @@ $ curl -fsSLo- https://raw.githubusercontent.com/samueleaton/sentry/master/insta
|
|||||||
$ ./sentry
|
$ ./sentry
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Optional
|
||||||
|
Create a systemd service to run Invidious in background. Edit `invidious.service` to change your installation path and log location. Than copy and enable the systemd service.
|
||||||
|
```
|
||||||
|
$ sudo cp invidious.service /etc/systemd/system/invidious.service
|
||||||
|
$ sudo systemctl enable invidious.service
|
||||||
|
$ sudo systemctl start invidious.service
|
||||||
|
```
|
||||||
|
|
||||||
## Extensions
|
## Extensions
|
||||||
|
|
||||||
- [Alternate Tube Redirector](https://addons.mozilla.org/en-US/firefox/addon/alternate-tube-redirector/): Automatically open Youtube Videos on alternate sites like Invidious or Hooktube.
|
- [Alternate Tube Redirector](https://addons.mozilla.org/en-US/firefox/addon/alternate-tube-redirector/): Automatically open Youtube Videos on alternate sites like Invidious or Hooktube.
|
||||||
|
Loading…
Reference in New Issue
Block a user