summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evremap.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/evremap.service b/evremap.service
index cc38bb7..0c49471 100644
--- a/evremap.service
+++ b/evremap.service
@@ -3,7 +3,7 @@ WorkingDirectory=/
# For reasons I don't care to troubleshoot, Fedora 31 won't let me start this
# unless I use `bash -c` around it. Putting the command line in directly
# yields a 203 permission denied error with no logs about what it didn't like.
-ExecStart=bash -c "/home/wez/github/evremap/target/release/evremap remap /home/wez/github/evremap/pixelbookgo.toml"
+ExecStart=bash -c "/usr/bin/evremap remap /etc/evremap.toml"
Restart=always
[Install]