Add some info and debug

This commit is contained in:
AxelC
2019-11-20 22:25:36 +01:00
parent f1a7bf740a
commit 608ed15556
2 changed files with 14 additions and 3 deletions

View File

@@ -70,13 +70,17 @@ sudo systemctl daemon-reload
```
- Start the musiccards.service
```bash
sudo systemctl enable musiccards.service
sudo systemctl enable musiccards.service
sudo systemctl start musiccards.service
```
- Check if musiccards.service is running
```bash
sudo systemctl status musiccards.service
```
- Watch the full log of musiccards.service
```bash
sudo journalctl -u musiccards.service
```
- Restart service after file update
```bash
sudo systemctl restart musiccards.service