ssm-services/init.d/mpd

6 lines
101 B
Plaintext
Raw Normal View History

#!/usr/bin/env watchman
#service_respawn=true
service_command='/bin/mpd'
2014-07-03 07:05:52 +00:00
service_args='--no-daemon'