Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-03-07 13:45:11 +00:00
parent 1b70d70942
commit 9bee4d613d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env ssm
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-fikus-scn:dir" )
#service_respawn='true'
dirs+=( "$XDG_RUNTIME_DIR/ufwd-fikus-scn" )
service_command = /usr/bin/ufwd -n -c \
$(printf -- '-d %s ' "${dirs[@]}") \
-- -R -t 'screenshot' -A "Screenshots%3B%20$(date +%Y.%m.%d)"
service_cgroup_cleanup = 1