summaryrefslogtreecommitdiff
path: root/evremap.service
blob: cc38bb72dc4fa61f6b7cd3e440501cb50876609e (plain)
1
2
3
4
5
6
7
8
9
10
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