mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 21:52:11 +01:00
9 lines
343 B
Plaintext
9 lines
343 B
Plaintext
## tail-args
|
|
# Arguments for tail program
|
|
tailargs="-n 0 -F"
|
|
|
|
## script-dir
|
|
# This switch causes the temporary watcher script to be written to a file in the specified directory rather than the user's home directory.
|
|
# It is highly advised that you do NOT use directories that are writable by others such as /tmp.
|
|
scriptdir="/tmp/swatch"
|