mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
6c292a5678
Intermediate commits (oldest → newest): - New command added that sets logging level dymnamically - of course fix needed - Fix - refactor: comment out unused AutoIndex import and related code - Add auth to ytdlp - Modified spotipy for auth - Fixes after reinstall - fixx - Add musician fixes - Fix in default config - How to setup radio
12 lines
257 B
Desktop File
12 lines
257 B
Desktop File
[Unit]
|
|
Description=PulseAudio System-wide Daemon
|
|
After=sound.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disallow-module-loading=0 --daemonize=no
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|