暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. [Unit]
  2. Description=Oscilloscope Music Player
  3. After=multi-user.target
  4. [Service]
  5. Type=idle
  6. User=thomas
  7. ExecStart=/home/thomas/osci-music-player/osci-pi.py /home/thomas/music
  8. Restart=always
  9. RestartSec=5
  10. [Install]
  11. WantedBy=multi-user.target