aboutsummaryrefslogtreecommitdiff
path: root/pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service
diff options
context:
space:
mode:
Diffstat (limited to 'pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service')
-rw-r--r--pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service b/pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service
new file mode 100644
index 0000000..1282f7d
--- /dev/null
+++ b/pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Start mycan to process CAN
+After=can0.service
+
+[Service]
+Type=simple
+ExecStart=/usr/local/bin/mycan
+
+[Install]
+WantedBy=default.target
+