raven/base/docker/docker-20.10.4-sysvinit-use-nohup.patch
2024-02-21 17:40:51 +06:00

14 lines
552 B
Diff

Index: docker-20.10.4/contrib/init/sysvinit-redhat/docker
===================================================================
--- docker-20.10.4.orig/contrib/init/sysvinit-redhat/docker
+++ docker-20.10.4/contrib/init/sysvinit-redhat/docker
@@ -56,7 +56,7 @@ start() {
prestart
printf "Starting $prog:\t"
echo "\n$(date)\n" >> $logfile
- "$unshare" -m -- $exec $other_args >> $logfile 2>&1 &
+ "$unshare" -m -- nohup $exec $other_args >> $logfile 2>&1 &
pid=$!
touch $lockfile
# wait up to 10 seconds for the pidfile to exist. see