mirror of
https://github.com/zedeus/nitter.git
synced 2024-10-31 22:08:50 +00:00
Update README.md (#284)
Improve systemd service file example readability with syntax highlight.
This commit is contained in:
parent
8590d51c49
commit
58c2e21ecb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Note the Docker commands expect a `nitter.conf` file in the directory you run th
|
||||||
|
|
||||||
To run Nitter via systemd you can use this service file:
|
To run Nitter via systemd you can use this service file:
|
||||||
|
|
||||||
```bash
|
```ini
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Nitter (An alternative Twitter front-end)
|
Description=Nitter (An alternative Twitter front-end)
|
||||||
After=syslog.target
|
After=syslog.target
|
||||||
|
|
Loading…
Reference in a new issue