19 lines
457 B
Desktop File
19 lines
457 B
Desktop File
[Unit]
|
|
Description=ButtonTask Qt5 UI
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=buttontask
|
|
Group=buttontask
|
|
WorkingDirectory=/opt/buttontask/current
|
|
Environment=BUTTONTASK_ROOT=/opt/buttontask
|
|
Environment=BUTTONTASK_CONFIG=/opt/buttontask/config/config.json
|
|
Environment=QT_QPA_PLATFORM=eglfs
|
|
ExecStart=/opt/buttontask/current/ButtonTask --config /opt/buttontask/config/config.json
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|