diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-16 02:37:31 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-16 02:37:31 -0700 |
commit | 0af4110f11b48ce2a14eb776c7b792b06165cd78 (patch) | |
tree | 189913b5f6cb30b9f5b231c69f50d116ff5fa3b5 /pi_configs/etc | |
parent | 30bdaa31851e96b302107aa5aeb481562d7983bc (diff) |
pi_config mycan.service wrong dir, mistakenly put /home into /etc
Diffstat (limited to 'pi_configs/etc')
-rw-r--r-- | pi_configs/etc/home/Spartan_Racing_Charger/.config/systemd/user/mycan.service | 11 |
1 files changed, 0 insertions, 11 deletions
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 - |