jupyterhub / systemdspawner

Spawn JupyterHub single-user notebook servers with systemd
BSD 3-Clause "New" or "Revised" License
92 stars 45 forks source link

Use zgrep to search /proc/config.gz #23

Closed ixjlyons closed 7 years ago

ixjlyons commented 7 years ago

Using grep on /proc/config.gz fails, whereas zgrep should work on all of the files in possibleConfigs whether they're compressed or not.

yuvipanda commented 7 years ago

Awesome! Thank you for the patch!