summaryrefslogtreecommitdiff
path: root/evremap.service
blob: 67f6e7456c0dcf35a4e6007381e7617d32fa5e31 (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 -d 0"
Restart=always

[Install]
WantedBy=multi-user.target