You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/2_ac_install_merge/sys-apps/openrc/killprocs

12 lines
287 B

# Calculate comment=# path=/etc/conf.d
# If you wish to pass any options to killall5 during shutdown,
# you should do so here.
killall5_opts=""
#?pkg(media-gfx/splashutils)!=#
if pgrep -f fbsplashd &>/dev/null
then
killall5_opts="${killall5_opts} -o $(pgrep -f fbsplashd)"
fi
#pkg#