[Unit] Description=Persistent weather GUI service After=network.target [Service] WorkingDirectory=/root/NOMWeather User=root Restart=on-failure RestartSec=10 Environment="QT_QPA_FB_HIDECURSOR=1" Environment="QT_QPA_PLATFORM=linuxfb" ExecStart=/root/NOMWeather/build/bin/nomweather [Install] WantedBy=multi-user.target