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 ----------- .../Spartan_Racing_Charger/.config/systemd/user/mycan.service | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 pi_configs/etc/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service create mode 100644 pi_configs/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service diff --git a/pi_configs/etc/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service b/pi_configs/etc/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service deleted file mode 100644 index 1282f7d..0000000 --- a/pi_configs/etc/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Start mycan to process CAN -After=can0.service - -[Service] -Type=simple -ExecStart=/usr/local/bin/mycan - -[Install] -WantedBy=default.target - 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