]> git.gag.com Git - fw/quantimotor/commitdiff
forgot to include the systemd service file
authorBdale Garbee <bdale@gag.com>
Sat, 5 Apr 2025 04:35:56 +0000 (22:35 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 5 Apr 2025 04:35:56 +0000 (22:35 -0600)
debian/quantimotor.service [new file with mode: 0644]

diff --git a/debian/quantimotor.service b/debian/quantimotor.service
new file mode 100644 (file)
index 0000000..3940c23
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=QuantiMotor Application
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/share/quantimotor/startup
+
+[Install]
+WantedBy=multi-user.target