blob: e8bc9ca2d064363b395b4910c5328f27f2a00eac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[TTYServer]
# NOTE: We don't start anything on tty0 since that's the "active" TTY while WindowServer is up.
Arguments=tty1
StdIO=/dev/tty1
Priority=high
[ProtocolServer]
Priority=low
KeepAlive=1
User=anon
[LookupServer]
Priority=low
KeepAlive=1
User=anon
[WindowServer]
Socket=/tmp/portal/window
Priority=high
KeepAlive=1
User=anon
[AudioServer]
Socket=/tmp/portal/audio
Priority=high
KeepAlive=1
User=anon
[Taskbar]
Priority=high
KeepAlive=1
User=anon
[Terminal]
User=anon
|