| 1234567891011121314151617181920 |
- [Unit]
- Description=Dune Weaver Touch Interface
- After=multi-user.target network-online.target
- Wants=network-online.target
- [Service]
- Type=simple
- User=pi
- Group=pi
- WorkingDirectory=/home/pi/dune-weaver-touch
- Environment=QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0
- Environment=QT_QPA_FB_HIDECURSOR=1
- ExecStart=/home/pi/dune-weaver-touch/venv/bin/python /home/pi/dune-weaver-touch/main.py
- Restart=always
- RestartSec=10
- StartLimitInterval=200
- StartLimitBurst=5
- [Install]
- WantedBy=multi-user.target
|