mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
SystemServer: Add WorkingDirectory support
Services can now have their initial working directory configured via `SystemServer.ini`. This commit also configures Terminal's working directory to be /home/anon
This commit is contained in:
parent
39c21f368a
commit
bd9f14e27e
4 changed files with 15 additions and 0 deletions
|
@ -70,3 +70,4 @@ User=anon
|
|||
|
||||
[Terminal]
|
||||
User=anon
|
||||
WorkingDirectory=/home/anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue