Skip to content

Commit 96550b6

Browse files
authored
Merge pull request #1048 from teward/patch-1
Update systemd.md with clearer override instructions
2 parents 27cf17d + 1bbbeac commit 96550b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/howto/admin/systemd.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ these namespacing settings might be a bit too strict and prevent users from acce
3838

3939
To override the `jupyterhub` settings, it is possible to provide a custom `/etc/systemd/system/jupyterhub.service.d/override.conf` file.
4040

41+
You can create this file with `sudo systemctl edit jupyterhub.service`
42+
4143
Here is an example for the content of the file:
4244

4345
```bash
@@ -72,7 +74,7 @@ The output should look like the following:
7274
```
7375

7476
To override the `traefik` settings, create a new file under `/etc/systemd/system/traefik.service.d/override.conf`
75-
and follow the same steps.
77+
(or use `sudo systemctl edit traefik.service`) and follow the same steps.
7678

7779
## References
7880

0 commit comments

Comments
 (0)