dotfiles/homedir/.config/watchman/init.d/mpd
fbt 22eac4d45f ?
Signed-off-by: fbt <fbt@fleshless.org>
2018-08-07 22:21:49 +03:00

9 lines
178 B
Plaintext
Executable File

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