[Unit] Description=Evremap Service After=multi-user.target [Service] WorkingDirectory=/ # Config path must stay absolute: this is a system unit running as root, so ~ or $HOME would resolve to /root. ExecStart=bash -c "/usr/bin/evremap remap /home/anon/.config/evremap/evremap.toml -d 0" Restart=always StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target