From 0af4110f11b48ce2a14eb776c7b792b06165cd78 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 16 May 2025 02:37:31 -0700 Subject: pi_config mycan.service wrong dir, mistakenly put /home into /etc --- .../Spartan_Racing_Charger/.config/systemd/user/mycan.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service (limited to 'pi_configs/home') 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 + -- cgit v1.2.3-70-g09d2