···6 # access.allowed to list an array of paths of allowed
7 # apps.
8 #access.allowed = [
9-- # @media_session_path@
10-+ # <media_session_path>
11 #]
1213 # An array of rejected paths.
···15 # but it is better to start it as a systemd service.
16 # Run the session manager with -h for options.
17 #
18-- @comment@{ path = "@media_session_path@" args = "" }
19-+ @comment@{ path = "<media_session_path>" args = "" }
20 #
21 # You can optionally start the pulseaudio-server here as well
22 # but it is better to start it as a systemd service.
···6 # access.allowed to list an array of paths of allowed
7 # apps.
8 #access.allowed = [
9+- # @session_manager_path@
10++ # <session_manager_path>
11 #]
1213 # An array of rejected paths.
···15 # but it is better to start it as a systemd service.
16 # Run the session manager with -h for options.
17 #
18+- @comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
19++ @comment@{ path = "<session_manager_path>" args = "@session_manager_args@" }
20 #
21 # You can optionally start the pulseaudio-server here as well
22 # but it is better to start it as a systemd service.