我有这个服务,在 Xubuntu 上运行。
[Unit]
Description= Controller
After=graphical.target
[Service]
ExecStart=/usr/bin/controller
StandardInput=tty-force
StandardOutput=journal
Restart=always
TimeoutSec=2s
[Install]
WantedBy=graphical.target
当程序(控制器)中发生某个操作时,它必须执行音频(.mp3)。我可以保证该应用程序有效。
现在在该服务上运行,所有其他程序功能都可以工作,但不能播放 mp3 音频。我尝试了不同的方法来创建该服务,但它不起作用。
如何使用 Linux 服务制作控制器程序、运行音频?