Skip to content

Commit 00afb40

Browse files
committed
Install guide fixes
1 parent a22e24e commit 00afb40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ If you want the server to start automatically at boot, install it as a service.
8585
1. edit `watchtv.service`
8686
* fix `ExecStart` path
8787
* set `User` and `Group`
88-
2. copy `watchtv.service` to `/lib/systemd/system/`
88+
2. copy `watchtv.service` to `/etc/systemd/system/`
8989
```shell
90-
$ sudo cp watchtv.service /lib/systemd/system/
90+
$ sudo cp watchtv.service /etc/systemd/system/
9191
```
9292
3. Reload systemd daemon
9393
```shell
@@ -101,7 +101,7 @@ If you want the server to start automatically at boot, install it as a service.
101101
```shell
102102
$ sudo systemctl enable watchtv
103103
```
104-
To check logs run `$ journald -u watchtv`
104+
To check logs run `$ journalctl -u watchtv`
105105

106106
## FAQ
107107
### Is my TV adapter compatible

0 commit comments

Comments
 (0)