summaryrefslogtreecommitdiff
path: root/evremap.service
blob: d8387a3a579503c87482aa63e82d0155357c2692 (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 "/usr/bin/evremap remap /etc/evremap.toml"
Restart=always

[Install]
WantedBy=multi-user.target