Closed minrk closed 1 year ago
@consideRatio added one more push with clearer comments, so should be all set from me
thanks everyone for the quick review!
@minrk @manics @behrmann thank you for solving this!!
I'll create a changelog PR soon for 1.0.1, but I'd like to squeeze in some debugging log messages as well first.
systemd requires absolute paths for executables in order to resolve as expected.
Relative path executables do not take $PATH env into account when resolving the executable, only after launching the process, so
systemd-run bash -c exe
works, while justsystemd-run exe
will not.The default executable for a Spawner is the relative
jupyterhub-singleuser
, assuming $PATH will be resolved.Fixes the failure in https://github.com/jupyterhub/the-littlest-jupyterhub/pull/915