2017-05-03 13:10:13 +00:00
|
|
|
#!/usr/bin/env ssm
|
|
|
|
|
|
|
|
service_tmpfiles=( "/run/user/$UID/mpd:dir" )
|
2017-05-03 13:13:50 +00:00
|
|
|
# service_respawn=false
|
2017-05-03 13:10:13 +00:00
|
|
|
service_command='/usr/bin/mpd'
|
|
|
|
service_args=( --no-daemon -v )
|
|
|
|
|
|
|
|
post_start() { ready; }
|