mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:47:13 +08:00
10 lines
197 B
Desktop File
10 lines
197 B
Desktop File
[Unit]
|
|
Description=FluidSynth Daemon
|
|
After=sound.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/fluidsynth -is -a alsa -m alsa_seq -r 48000 # append soundfont path here
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|