This commit is contained in:
Devin J. Pohly 2020-04-24 07:51:13 -05:00
parent c00da5eeb0
commit b35c0f796e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ serve a similar function to `.xinitrc`: starting a service manager or other
startup applications. Unlike `.xinitrc`, the display server will not shut down startup applications. Unlike `.xinitrc`, the display server will not shut down
when this process terminates. Instead, as dwl is shutting down, it will send when this process terminates. Instead, as dwl is shutting down, it will send
this process a SIGTERM and wait for it to terminate (if it hasn't already). this process a SIGTERM and wait for it to terminate (if it hasn't already).
This make it ideal not only for initialization but also for execing into a This makes it ideal not only for initialization but also for execing into a
user-level service manager like s6 or `systemd --user`. user-level service manager like s6 or `systemd --user`.