From: Bdale Garbee Date: Sat, 5 Apr 2025 04:35:56 +0000 (-0600) Subject: forgot to include the systemd service file X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3e719d0a5330bb016704edc7bda7b7045de0357d;p=fw%2Fquantimotor forgot to include the systemd service file --- diff --git a/debian/quantimotor.service b/debian/quantimotor.service new file mode 100644 index 0000000..3940c23 --- /dev/null +++ b/debian/quantimotor.service @@ -0,0 +1,10 @@ +[Unit] +Description=QuantiMotor Application +After=network.target + +[Service] +Type=simple +ExecStart=/usr/share/quantimotor/startup + +[Install] +WantedBy=multi-user.target