mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 02:47:14 +08:00
9 lines
136 B
SYSTEMD
9 lines
136 B
SYSTEMD
|
[Unit]
|
||
|
Description=TiMidity++ Daemon
|
||
|
After=sound.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/timidity -iA
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|