Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /etc/rcS.d/ |
Current File : //etc/rcS.d/S08checkroot-bootclean.sh |
#! /bin/sh ### BEGIN INIT INFO # Provides: checkroot-bootclean # Required-Start: checkroot # Required-Stop: # Default-Start: S # Default-Stop: # X-Start-Before: bootmisc # Short-Description: bootclean after checkroot. # Description: Clean temporary filesystems after # the root filesystem has been mounted. # At this point, directories which may be # masked by future mounts may be cleaned. ### END INIT INFO . /lib/init/bootclean.sh case "$1" in start|"") # Clean /tmp, /lib/init/rw, /run and /run/lock. Remove the # .clean files to force initial cleaning. This is intended to # allow cleaning of directories masked by mounts while the # system was previously running, which would otherwise prevent # them being cleaned. rm -f /tmp/.clean /lib/init/rw/.clean /run/.clean /run/lock/.clean clean_all exit $? ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop) # No-op ;; *) echo "Usage: checkroot-bootclean.sh [start|stop]" >&2 exit 3 ;; esac :
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare