From 3e719d0a5330bb016704edc7bda7b7045de0357d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 4 Apr 2025 22:35:56 -0600 Subject: [PATCH] forgot to include the systemd service file --- debian/quantimotor.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/quantimotor.service 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 -- 2.47.2