mr/termuxのcronにLD_PRELOAD
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* tl;dr [#ua435900]
cron で shebang を含むスクリプトを起動するときは ''LD_PRE...
#prism(bash){{{
$ crontab -l | head
MAILTO=you@example.com
PATH=/data/data/com.termux/files/home/bin:...
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-...
16 * * * * some-script
-- snip --
}}}
参考
- [[GitHub - termux/termux-exec: A execve() wrapper to fi...
終了行:
* tl;dr [#ua435900]
cron で shebang を含むスクリプトを起動するときは ''LD_PRE...
#prism(bash){{{
$ crontab -l | head
MAILTO=you@example.com
PATH=/data/data/com.termux/files/home/bin:...
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-...
16 * * * * some-script
-- snip --
}}}
参考
- [[GitHub - termux/termux-exec: A execve() wrapper to fi...
ページ名: