add some files

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2019-10-03 12:03:43 +03:00
parent dc36432cac
commit 73612a2fd9
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env ssm
service_command = /home/fbt/.local/bin/chameleon -d "$HOME/pics/elite"
service_reload_signal = 10

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env watchman
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-private:dir" )
#service_respawn='true'
service_command='/usr/bin/ufwd'
service_args=( -n -c -d $XDG_RUNTIME_DIR/ufwd-private )

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env watchman
service_tmpfiles=( "$XDG_RUNTIME_DIR/scn:dir" )
#service_respawn='true'
dirs=( $(find /home/fbt/.local/share/Steam/userdata/22500463/760/remote -name 'screenshots') )
dirs+=( "$XDG_RUNTIME_DIR/scn" )
service_command = $HOME/bin/ufwd -c \
$(printf -- '-d %s ' "${dirs[@]}") \
-- -R -A "Screenshots; $(date +%Y.%m.%d) [$RANDOM]"
service_cgroup_cleanup = 1