1 diff --git a/src/daemon/minimal.conf.in b/src/daemon/minimal.conf.in
2 index 6464839a0..05546201f 100644
3 --- a/src/daemon/minimal.conf.in
4 +++ b/src/daemon/minimal.conf.in
5 @@ -110,7 +110,7 @@ context.modules = [
6 # access.allowed to list an array of paths of allowed
9 - # @session_manager_path@
10 + # <session_manager_path>
13 # An array of rejected paths.
14 @@ -298,5 +298,5 @@ context.exec = [
15 # It can be interesting to start another daemon here that listens
16 # on another address with the -a option (eg. -a tcp:4713).
18 - #@pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
19 + #@pulse_comment@{ path = "<pipewire_path>" args = "-c pipewire-pulse.conf" }
21 diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
22 index a948a1b9b..4ece43c6f 100644
23 --- a/src/daemon/pipewire.conf.in
24 +++ b/src/daemon/pipewire.conf.in
25 @@ -132,7 +132,7 @@ context.modules = [
26 # access.allowed to list an array of paths of allowed
29 - # @session_manager_path@
30 + # <session_manager_path>
33 # An array of rejected paths.
34 @@ -246,12 +246,12 @@ context.exec = [
35 # but it is better to start it as a systemd service.
36 # Run the session manager with -h for options.
38 - @sm_comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
39 + @sm_comment@{ path = "<session_manager_path>" args = "@session_manager_args@" }
41 # You can optionally start the pulseaudio-server here as well
42 # but it is better to start it as a systemd service.
43 # It can be interesting to start another daemon here that listens
44 # on another address with the -a option (eg. -a tcp:4713).
46 - @pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
47 + @pulse_comment@{ path = "<pipewire_path>" args = "-c pipewire-pulse.conf" }