We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27cf17d + 1bbbeac commit 96550b6Copy full SHA for 96550b6
docs/howto/admin/systemd.md
@@ -38,6 +38,8 @@ these namespacing settings might be a bit too strict and prevent users from acce
38
39
To override the `jupyterhub` settings, it is possible to provide a custom `/etc/systemd/system/jupyterhub.service.d/override.conf` file.
40
41
+You can create this file with `sudo systemctl edit jupyterhub.service`
42
+
43
Here is an example for the content of the file:
44
45
```bash
@@ -72,7 +74,7 @@ The output should look like the following:
72
74
```
73
75
76
To override the `traefik` settings, create a new file under `/etc/systemd/system/traefik.service.d/override.conf`
-and follow the same steps.
77
+(or use `sudo systemctl edit traefik.service`) and follow the same steps.
78
79
## References
80
0 commit comments