summaryrefslogtreecommitdiff
path: root/evremap.service
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-12-31 10:52:07 -0800
committerWez Furlong <wez@wezfurlong.org>2019-12-31 10:55:16 -0800
commitd63b584f2aacda3cb39fb675a5c2b97c2c8129ce (patch)
tree3392bcdd8839b8746bb2118676b7d4470882863d /evremap.service
parentcaa390c9ae49ba4a17a033db21ad6c87d3036604 (diff)
Add some docs and systemd bits
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
+