8
homedir/.config/ssm/services/mpd
Executable file
8
homedir/.config/ssm/services/mpd
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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; }
|
Reference in New Issue
Block a user