mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 17:28:24 +08:00
10 lines
197 B
SYSTEMD
10 lines
197 B
SYSTEMD
|
[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
|