dotfiles/homedir/.config/watchman/init.d/mpd
fbt c78cb78ff0 init
Signed-off-by: fbt <fbt@fleshless.org>
2017-05-03 16:10:13 +03:00

9 lines
172 B
Plaintext
Executable File

#!/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; }