Files
2026-08-24 16:40:48 +03:00

24 lines
670 B
Desktop File

[Unit]
Description=ButtonTask Qt5 UI
After=NetworkManager.service
Wants=NetworkManager.service
[Service]
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
[Install]
WantedBy=multi-user.target