Fix in readme.md

This commit is contained in:
Antonio de la Rosa 2020-06-28 22:54:54 +02:00
parent 994ffb7a68
commit 14ae2df315

View file

@ -10,7 +10,8 @@ You can install PastafariStats with its command.
If your linux distro use systemd, you can initialize the script with this systemd unit
```# Save it in /etc/systemd/system/pastafaristats.service
```
# Save it in /etc/systemd/system/pastafaristats.service
[Unit]
Description=Pastafari Stats
@ -27,5 +28,6 @@ Restart=always
Environment=USER=pzoo HOME=/home/pzoo
[Install]
WantedBy=multi-user.target```
WantedBy=multi-user.target
```