fix readme

This commit is contained in:
2026-06-17 14:36:32 +03:00
parent da3d9ef7b5
commit 70513c1136
8 changed files with 149 additions and 8 deletions
+4
View File
@@ -6,10 +6,14 @@ After=network.target
Type=simple
User=buttontask
Group=buttontask
SupplementaryGroups=video render input
WorkingDirectory=/opt/buttontask/current
Environment=BUTTONTASK_ROOT=/opt/buttontask
Environment=BUTTONTASK_CONFIG=/opt/buttontask/config/config.json
Environment=QT_QPA_PLATFORM=eglfs
Environment=QT_QPA_EGLFS_INTEGRATION=eglfs_kms
Environment=QT_QPA_EGLFS_HIDECURSOR=1
Environment=XDG_RUNTIME_DIR=/tmp/runtime-buttontask
ExecStart=/opt/buttontask/current/ButtonTask --config /opt/buttontask/config/config.json
Restart=on-failure
RestartSec=3