system.service 491 B

123456789101112131415161718
  1. [Unit]
  2. Description=XMMS2 daemon
  3. Documentation=man:xmms2-launcher(1) man:xmms2d(1)
  4. Wants=fluidsynth.service
  5. After=fluidsynth.service network.target sound.target
  6. [Service]
  7. Type=forking
  8. User=xmms2
  9. # Trick xmms2d into correctly using /var/lib/xmms2 for its configuration
  10. Environment=XDG_CONFIG_HOME=/var/lib
  11. PIDFile=%t/xmms2/xmms2d.pid
  12. ExecStart=/usr/bin/xmms2-launcher -l /var/log/xmms2d.log -P %t/xmms2/xmms2d.pid
  13. ExecStop=/usr/bin/xmms2 server shutdown
  14. [Install]
  15. WantedBy=multi-user.target