summaryrefslogtreecommitdiff
path: root/evremap.service
diff options
context:
space:
mode:
Diffstat (limited to 'evremap.service')
-rw-r--r--evremap.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/evremap.service b/evremap.service
index d8387a3..67f6e74 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 "/usr/bin/evremap remap /etc/evremap.toml"
+ExecStart=bash -c "/usr/bin/evremap remap /etc/evremap.toml -d 0"
Restart=always
[Install]