mirror of
https://github.com/KevinMidboe/keyboard-dashboard-autostart.git
synced 2025-10-29 01:30:19 +00:00
15 lines
272 B
Desktop File
15 lines
272 B
Desktop File
[Unit]
|
|
Description=Keyboard autostart service
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=5s
|
|
ExecStart=/opt/keyboard-autostart/env/bin/python3 -u /opt/keyboard-autostart/main.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
RequiredBy=network.target
|
|
|