1
Fork 0
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:
Itamar 2020-03-16 22:21:02 +02:00 committed by Andreas Kling
parent 39c21f368a
commit bd9f14e27e
4 changed files with 15 additions and 0 deletions

View file

@ -70,3 +70,4 @@ User=anon
[Terminal]
User=anon
WorkingDirectory=/home/anon