mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
SystemServer: Rename 'BootModes' config option to 'SystemModes'
This commit is contained in:
parent
8d13f6ddce
commit
3d855a801b
5 changed files with 24 additions and 24 deletions
|
@ -9,7 +9,7 @@ SocketPermissions=600
|
|||
Lazy=1
|
||||
Priority=low
|
||||
User=anon
|
||||
BootModes=text,graphical,self-test
|
||||
SystemModes=text,graphical,self-test
|
||||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
|
@ -19,7 +19,7 @@ SocketPermissions=660
|
|||
Lazy=1
|
||||
Priority=low
|
||||
User=anon
|
||||
BootModes=text,graphical,self-test
|
||||
SystemModes=text,graphical,self-test
|
||||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
|
@ -28,7 +28,7 @@ Socket=/tmp/portal/webcontent
|
|||
SocketPermissions=600
|
||||
Lazy=1
|
||||
User=anon
|
||||
BootModes=graphical
|
||||
SystemModes=graphical
|
||||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
|
@ -37,7 +37,7 @@ Socket=/tmp/portal/image
|
|||
SocketPermissions=600
|
||||
Lazy=1
|
||||
User=anon
|
||||
BootModes=graphical
|
||||
SystemModes=graphical
|
||||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
|
@ -47,7 +47,7 @@ SocketPermissions=600
|
|||
Lazy=1
|
||||
Priority=low
|
||||
User=anon
|
||||
BootModes=text,graphical,self-test
|
||||
SystemModes=text,graphical,self-test
|
||||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
|
@ -57,13 +57,13 @@ SocketPermissions=660
|
|||
Priority=low
|
||||
KeepAlive=1
|
||||
User=lookup
|
||||
BootModes=text,graphical,self-test
|
||||
SystemModes=text,graphical,self-test
|
||||
|
||||
[DHCPClient]
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=root
|
||||
BootModes=text,graphical,self-test
|
||||
SystemModes=text,graphical,self-test
|
||||
|
||||
[NotificationServer]
|
||||
Socket=/tmp/portal/notify
|
||||
|
@ -78,7 +78,7 @@ Socket=/tmp/portal/launch
|
|||
SocketPermissions=600
|
||||
Lazy=1
|
||||
User=anon
|
||||
BootModes=text,graphical
|
||||
SystemModes=text,graphical
|
||||
|
||||
[WindowServer]
|
||||
Socket=/tmp/portal/window,/tmp/portal/wm
|
||||
|
@ -105,21 +105,21 @@ Socket=/tmp/portal/audio
|
|||
Priority=high
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
BootModes=text,graphical
|
||||
SystemModes=text,graphical
|
||||
|
||||
[Shell@tty0]
|
||||
Executable=/bin/Shell
|
||||
StdIO=/dev/tty0
|
||||
Environment=TERM=xterm
|
||||
KeepAlive=1
|
||||
BootModes=text
|
||||
SystemModes=text
|
||||
|
||||
[Shell@tty1]
|
||||
Executable=/bin/Shell
|
||||
StdIO=/dev/tty1
|
||||
Environment=TERM=xterm
|
||||
KeepAlive=1
|
||||
BootModes=text
|
||||
SystemModes=text
|
||||
|
||||
[CppLanguageServer]
|
||||
Socket=/tmp/portal/language/cpp
|
||||
|
@ -158,7 +158,7 @@ StdIO=/dev/ttyS0
|
|||
Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin TESTS_ONLY=1 UBSAN_OPTIONS=halt_on_error=1
|
||||
User=anon
|
||||
WorkingDirectory=/home/anon
|
||||
BootModes=self-test
|
||||
SystemModes=self-test
|
||||
|
||||
[SpiceAgent]
|
||||
KeepAlive=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue