2019-11-26 19:05:09 +03:00
|
|
|
[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]
|
2019-11-26 19:34:49 +03:00
|
|
|
Socket=/tmp/portal/protocol
|
2020-01-11 13:04:46 +01:00
|
|
|
SocketPermissions=660
|
2019-11-26 19:41:16 +03:00
|
|
|
Lazy=1
|
2019-11-26 19:05:09 +03:00
|
|
|
Priority=low
|
2019-11-26 19:19:59 +03:00
|
|
|
KeepAlive=1
|
2020-01-11 13:04:46 +01:00
|
|
|
User=protocol
|
2019-11-26 19:05:09 +03:00
|
|
|
|
|
|
|
[LookupServer]
|
2019-11-26 19:39:47 +03:00
|
|
|
Socket=/tmp/portal/lookup
|
2020-01-09 21:36:17 +01:00
|
|
|
SocketPermissions=660
|
2019-11-26 19:41:16 +03:00
|
|
|
Lazy=1
|
2019-11-26 19:05:09 +03:00
|
|
|
Priority=low
|
2019-11-26 19:19:59 +03:00
|
|
|
KeepAlive=1
|
2020-01-09 21:36:17 +01:00
|
|
|
User=lookup
|
2019-11-26 19:05:09 +03:00
|
|
|
|
2020-02-16 19:28:08 +01:00
|
|
|
[NotificationServer]
|
|
|
|
Socket=/tmp/portal/notify
|
|
|
|
SocketPermissions=660
|
|
|
|
Lazy=1
|
|
|
|
Priority=low
|
|
|
|
KeepAlive=1
|
|
|
|
User=notify
|
|
|
|
|
2019-11-26 19:05:09 +03:00
|
|
|
[WindowServer]
|
2019-11-26 19:30:35 +03:00
|
|
|
Socket=/tmp/portal/window
|
2020-02-16 19:26:31 +01:00
|
|
|
SocketPermissions=660
|
2019-11-26 19:05:09 +03:00
|
|
|
Priority=high
|
2019-11-26 19:19:59 +03:00
|
|
|
KeepAlive=1
|
2020-02-16 19:26:31 +01:00
|
|
|
User=window
|
2019-11-26 19:05:09 +03:00
|
|
|
|
2020-02-17 20:08:16 +01:00
|
|
|
[SystemMenu]
|
|
|
|
KeepAlive=1
|
|
|
|
User=anon
|
|
|
|
|
2019-12-27 21:32:52 +03:00
|
|
|
[Clock.MenuApplet]
|
|
|
|
KeepAlive=1
|
|
|
|
User=anon
|
|
|
|
|
2019-12-05 19:44:22 +01:00
|
|
|
[CPUGraph.MenuApplet]
|
|
|
|
KeepAlive=1
|
|
|
|
User=anon
|
|
|
|
|
2019-12-16 15:33:42 +01:00
|
|
|
[Audio.MenuApplet]
|
|
|
|
KeepAlive=1
|
|
|
|
User=anon
|
|
|
|
|
2020-02-09 11:54:54 +03:00
|
|
|
[UserName.MenuApplet]
|
|
|
|
Priority=low
|
|
|
|
KeepAlive=1
|
|
|
|
User=anon
|
|
|
|
|
2019-11-26 19:05:09 +03:00
|
|
|
[AudioServer]
|
2019-11-26 19:33:48 +03:00
|
|
|
Socket=/tmp/portal/audio
|
2019-11-26 19:41:16 +03:00
|
|
|
# TODO: we may want to start it lazily, but right now WindowServer connects to it immediately on startup
|
2019-11-26 19:05:09 +03:00
|
|
|
Priority=high
|
2019-11-26 19:19:59 +03:00
|
|
|
KeepAlive=1
|
2019-11-26 19:05:09 +03:00
|
|
|
User=anon
|
|
|
|
|
|
|
|
[Taskbar]
|
|
|
|
Priority=high
|
2019-11-26 19:19:59 +03:00
|
|
|
KeepAlive=1
|
2019-11-26 19:05:09 +03:00
|
|
|
User=anon
|
|
|
|
|
|
|
|
[Terminal]
|
|
|
|
User=anon
|
2020-03-16 22:21:02 +02:00
|
|
|
WorkingDirectory=/home/anon
|