summaryrefslogtreecommitdiff
path: root/evremap.service
diff options
context:
space:
mode:
Diffstat (limited to 'evremap.service')
-rw-r--r--evremap.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/evremap.service b/evremap.service
new file mode 100644
index 0000000..cc38bb7
--- /dev/null
+++ b/evremap.service
@@ -0,0 +1,11 @@
+[Service]
+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"
+Restart=always
+
+[Install]
+WantedBy=gdm.service
+