9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
#!/usr/bin/env ssm
|
||
|
|
||
|
service_tmpfiles=( "/run/user/$UID/mpd:dir" )
|
||
|
service_respawn=1
|
||
|
service_command='/usr/bin/mpd'
|
||
|
service_args=( --no-daemon -v )
|
||
|
|
||
|
post_start() { ready; }
|