[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