@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env watchman
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_respawn='true'
|
||||
service_command="$HOME/bin/lockd"
|
||||
service_args=( -- i3lock-extra -s -o ~/pics/lock.png -g -p )
|
||||
service_args=( i3lock-extra -s -o ~/pics/lock.png -g -p )
|
||||
|
||||
lock() {
|
||||
kill -USR1 "$service_pid"
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_tmpfiles=( "/run/user/$UID/mpd:dir" )
|
||||
service_respawn=1
|
||||
# service_respawn=false
|
||||
service_command='/usr/bin/mpd'
|
||||
service_args=( --no-daemon -v )
|
||||
|
||||
|
@@ -1,5 +1,8 @@
|
||||
#!/usr/bin/watchman
|
||||
#!/usr/bin/bash
|
||||
|
||||
service_respaen=true
|
||||
[[ $PROXY_USER ]] || PROXY_USER='proxy'
|
||||
[[ $PROXY_HOST ]] || PROXY_HOST='malganis.priv'
|
||||
|
||||
service_respawn=true
|
||||
service_command='/usr/bin/ssh'
|
||||
service_args=( -i ~/.ssh/proxy/id_ecdsa -ND 8080 proxy@malganis.priv )
|
||||
service_args=( -i ~/.ssh/proxy/id_ecdsa -ND 8080 "$PROXY_USER@$PROXY_HOST" )
|
||||
|
Reference in New Issue
Block a user