Files
apLukov/roles/gekmihesg.openwrt/library/openwrt_nohup.sh
2024-10-30 01:50:38 +01:00

13 lines
316 B
Bash

#!/bin/sh
# Copyright (c) 2017 Markus Weippert
# GNU General Public License v3.0 (see https://www.gnu.org/licenses/gpl-3.0.txt)
PARAMS="command=cmd/str/r delay/int//0"
SUPPORTS_CHECK_MODE=""
main() {
try /sbin/start-stop-daemon -Sbqp /dev/null -x /bin/sh -- -c \
"sleep $delay; $command"
changed
}