Compare commits

...

2 commits

Author SHA1 Message Date
Thomas George
354c346ca3 Merge branch 'systemd_tmpfiles' into 'master'
Add systemd.tmpfiles conf

See merge request pulseaudio/pulseaudio!849
2025-09-22 09:43:37 +00:00
Thomas George
efba375221 Add systemd.tmpfiles conf
This patch adds conf file for systemd based systems,
for creating the runtime directory using systemd.tmpfiles

Signed-off-by: Thomas George <thomas.georgec@lge.com>
2025-05-15 19:50:15 +09:00
2 changed files with 5 additions and 0 deletions

View file

@ -170,4 +170,8 @@ if systemd_dep.found()
install_data('systemd/user/pulseaudio.socket',
install_dir: systemduserunitdir,
)
install_data('systemd/pulse.conf',
install_dir: join_paths(sysconfdir,'tmpfiles.d', 'pulse.conf')
)
endif

View file

@ -0,0 +1 @@
d /var/run/pulse 0755 pulse pulse -