systemd-path search-binaries-default
/usr/local/bin:/usr/bin
From what I understand, this is compiled directly into systemd and can not be configured even at system level. I use Fedora 44, so the hard-coded paths could theoretically be different between different Linux distributions.
To fix this I modified
to
ExecStart=%h/.cargo/bin/passless
but this would obviously break the AUR that installs the binary to /usr/bin/passless.
From what I understand, this is compiled directly into systemd and can not be configured even at system level. I use Fedora 44, so the hard-coded paths could theoretically be different between different Linux distributions.
To fix this I modified
passless/contrib/systemd/passless.service
Line 9 in a592636
to
ExecStart=%h/.cargo/bin/passlessbut this would obviously break the AUR that installs the binary to
/usr/bin/passless.