mirror of
https://github.com/KevinMidboe/keyboard-dashboard-autostart.git
synced 2025-10-29 17:50:18 +00:00
systemd service template & README configuration explanation
This commit is contained in:
14
README.md
14
README.md
@@ -48,4 +48,18 @@ Install python dependencies:
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
## Setup systemd service
|
||||
|
||||
Copy the systemd template & activate it:
|
||||
|
||||
```bash
|
||||
(sudo) cp templates/keyboard-autostart.service /etc/systemd/system/
|
||||
(sudo) systemctl enable keyboard-autostart.service
|
||||
(sudo) systemctl start keyboard-autostart.service
|
||||
```
|
||||
|
||||
### View application logs
|
||||
|
||||
```
|
||||
(sudo) journalctl -u keyboard-autostart.service
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user