Files
Button/webconfig/buttontask.service
T
2026-06-17 14:36:32 +03:00

23 lines
633 B
Desktop File

[Unit]
Description=ButtonTask Qt5 UI
After=network.target
[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