From aec8d4ee13eab091789a6d6670aca50cc8ea68f0 Mon Sep 17 00:00:00 2001 From: Stefan Rakel <rakel@embedded.rwth-aachen.de> Date: Mon, 14 Dec 2020 13:17:25 +0100 Subject: [PATCH] Rename service file --- config/{can0.service => canservice} | 0 version.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/{can0.service => canservice} (100%) diff --git a/config/can0.service b/config/canservice similarity index 100% rename from config/can0.service rename to config/canservice diff --git a/version.toml b/version.toml index c44a9f5..a610c71 100644 --- a/version.toml +++ b/version.toml @@ -15,7 +15,7 @@ permissions = 0o755 ################ [entries.canConfig] checksum = "cadc25e7eaa3e48ed9c8cf277c9301ea3381d213bed5f06a76405c30bebd2833" -local_path = "config/can0.service" +local_path = "config/canservice" online_path = "/lib/systemd/system/can0.service" permissions = 0o777 -- GitLab