22 lines
398 B
Desktop File
22 lines
398 B
Desktop File
[Unit]
|
|
Description=Car UI
|
|
After=graphical.target bluetooth.service
|
|
Requires=graphical.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=cheykrym
|
|
Environment=DISPLAY=:0
|
|
Environment=XAUTHORITY=/home/cheykrym/.Xauthority
|
|
Environment=QT_QPA_PLATFORM=xcb
|
|
WorkingDirectory=/opt/car_ui
|
|
ExecStart=/opt/car_ui/car_ui
|
|
#Restart=always
|
|
#RestartSec=2
|
|
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|