[Unit] Description=Pilot v2 MQTT Agent Documentation=https://gitea.maison43.duckdns.org/gilles/pilot After=network-online.target graphical-session.target Wants=network-online.target [Service] Type=simple WorkingDirectory=%h/pilot/pilot-v2 ExecStart=%h/pilot/pilot-v2/target/release/pilot-v2 Restart=on-failure RestartSec=5 Environment=RUST_LOG=info Environment=XDG_RUNTIME_DIR=/run/user/%U Environment=WAYLAND_DISPLAY=wayland-0 Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus KillSignal=SIGTERM TimeoutStopSec=10 [Install] WantedBy=default.target