Skip to content

Commit

Permalink
Fixed systemd source path
Browse files Browse the repository at this point in the history
Added journalctl command to view log messages
  • Loading branch information
awalon committed Jun 14, 2021
1 parent 8267224 commit c3eae7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ See [configuration template](conf/mailToTelegramForwarder.conf)

### Installing as systemd service
```
sudo cp [email protected] /etc/systemd/system/
sudo cp systemd/[email protected] /etc/systemd/system/
sudo systemctl daemon-reload
```

Expand All @@ -237,6 +237,9 @@ sudo systemctl status mail-to-telegram-forwarder@mailToTelegramForwarder
# enable service, to start default configuration on startup
sudo systemctl enable mail-to-telegram-forwarder@mailToTelegramForwarder
# check log messages
sudo journalctl -u mail-to-telegram-forwarder@mailToTelegramForwarder
```

## Update
Expand Down

0 comments on commit c3eae7e

Please sign in to comment.